Html Css Color HEX #61DD6A Pastel Green

📋 copy color: '#61DD6A'

red 97 ◦ green 221 ◦ blue 106

#61DD6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #61DD6A

Tints of Pastel Green #61DD6A

RGB

 RED value IS 97 (38.28% from 255) = 22.88%

 GREEN value IS 221 (86.72% from 255) = 52.12%

 BLUE value IS 106 (41.8% from 255) = 25%

R = 22.88%
G = 52.12%
B = 25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61DD6A (or 0x61DD6A) is known color: Pastel Green. HEX triplet: 61, DD and 6A. RGB value is (97,221,106). Sum of RGB (Red+Green+Blue) = 97+221+106=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD6A is #9E2295. Grayscale: #ABABAB. Windows color (decimal): -10363542 or 7003489. OLE color: 7003489.

HSL color Cylindrical-coordinate representation of color #61DD6A: hue angle of 124.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD6A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 106 -
CMYK 0.56 0 0.52 0.13
HSL 124.35º 0.65% 0.62% -
HSV(B) 124.35º 0.56% 0.87% -
XYZ 33.39 55.29 22.55 -
YUV 170.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 97 221 106 0.56 0 0.52 0.13 124.35 0.65 0.62
Hex 61 DD 6A 38 0 34 D 7C 41 3E
Octal 141 335 152 70 0 64 15 174 101 76
Binary 1100001 11011101 1101010 111000 0 110100 1101 1111100 1000001 111110

Color Harmonies of #61DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD6A

Black with #61DD6A

Text Example


Text Example

White with #61DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61DD6A; }

 p { color: rgb(97,221,106); }

 H1.HeaderClassName
 {
   color: #61DD6A;
 }
 .AnyTagClassName
 {
   color: #61DD6A;
 }
</style>

background-color css

<style>
 a { background-color: #61DD6A; }

 a { background-color: rgb(97,221,106); }

 div.DivClassName
 {
   background-color: #61DD6A;
 }
 .BgClassName
 {
   background-color: #61DD6A;
 }
</style>

border-color css

<style>
 span { border-color: #61DD6A; }

 span { border-color: rgb(97,221,106); }

 td.TdClassName
 {
   border-color: #61DD6A;
 }
 .TagClassName
 {
   border-color: #61DD6A;
 }
</style>