Html Css Color HEX #C2DE70 Sulu

📋 copy color: '#C2DE70'

red 194 ◦ green 222 ◦ blue 112

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

Shades of Sulu #C2DE70

Tints of Sulu #C2DE70

RGB

 RED value IS 194 (76.17% from 255) = 36.74%

 GREEN value IS 222 (87.11% from 255) = 42.05%

 BLUE value IS 112 (44.14% from 255) = 21.21%

R = 36.74%
G = 42.05%
B = 21.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#C2DE70 (or 0xC2DE70) is known color: Sulu. HEX triplet: C2, DE and 70. RGB value is (194,222,112). Sum of RGB (Red+Green+Blue) = 194+222+112=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DE70 is #3D218F. Grayscale: #C9C9C9. Windows color (decimal): -4006288 or 7397058. OLE color: 7397058.

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

Color convert

RGB 194 222 112 -
CMYK 0.13 0 0.50 0.13
HSL 75.27º 0.63% 0.65% -
HSV(B) 75.27º 0.5% 0.87% -
XYZ 51.29 64.88 25.15 -
YUV 201.09 77.72 122.94 -
System Red Green Blue C M Y K H S L
Decimal 194 222 112 0.13 0 0.50 0.13 75.27 0.63 0.65
Hex C2 DE 70 D 0 32 D 4B 3E 41
Octal 302 336 160 15 0 62 15 113 76 101
Binary 11000010 11011110 1110000 1101 0 110010 1101 1001011 111110 1000001

Color Harmonies of #C2DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DE70

Black with #C2DE70

Text Example


Text Example

White with #C2DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DE70; }

 p { color: rgb(194,222,112); }

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

background-color css

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

 a { background-color: rgb(194,222,112); }

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

border-color css

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

 span { border-color: rgb(194,222,112); }

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