Html Css Color HEX #61DB66 Pastel Green

📋 copy color: '#61DB66'

red 97 ◦ green 219 ◦ blue 102

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

Shades of Pastel Green #61DB66

Tints of Pastel Green #61DB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.39%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 23.21%
G = 52.39%
B = 24.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#61DB66 (or 0x61DB66) is known color: Pastel Green. HEX triplet: 61, DB and 66. RGB value is (97,219,102). Sum of RGB (Red+Green+Blue) = 97+219+102=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB66 is #9E2499. Grayscale: #A9A9A9. Windows color (decimal): -10364058 or 6740833. OLE color: 6740833.

HSL color Cylindrical-coordinate representation of color #61DB66: hue angle of 122.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB66 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 102 -
CMYK 0.56 0 0.53 0.14
HSL 122.46º 0.63% 0.62% -
HSV(B) 122.46º 0.56% 0.86% -
XYZ 32.66 54.16 21.3 -
YUV 169.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 97 219 102 0.56 0 0.53 0.14 122.46 0.63 0.62
Hex 61 DB 66 38 0 35 E 7A 3F 3E
Octal 141 333 146 70 0 65 16 172 77 76
Binary 1100001 11011011 1100110 111000 0 110101 1110 1111010 111111 111110

Color Harmonies of #61DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB66

Black with #61DB66

Text Example


Text Example

White with #61DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,102); }

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

background-color css

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

 a { background-color: rgb(97,219,102); }

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

border-color css

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

 span { border-color: rgb(97,219,102); }

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