Html Css Color HEX #C2ED8E Sulu

📋 copy color: '#C2ED8E'

red 194 ◦ green 237 ◦ blue 142

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

Shades of Sulu #C2ED8E

Tints of Sulu #C2ED8E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 142 (55.86% from 255) = 24.78%

R = 33.86%
G = 41.36%
B = 24.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#C2ED8E (or 0xC2ED8E) is known color: Sulu. HEX triplet: C2, ED and 8E. RGB value is (194,237,142). Sum of RGB (Red+Green+Blue) = 194+237+142=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED8E is #3D1271. Grayscale: #D5D5D5. Windows color (decimal): -4002418 or 9366978. OLE color: 9366978.

HSL color Cylindrical-coordinate representation of color #C2ED8E: hue angle of 87.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2ED8E is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 142 -
CMYK 0.18 0 0.40 0.07
HSL 87.16º 0.73% 0.74% -
HSV(B) 87.16º 0.4% 0.93% -
XYZ 57.41 73.99 36.85 -
YUV 213.31 87.75 114.22 -
System Red Green Blue C M Y K H S L
Decimal 194 237 142 0.18 0 0.40 0.07 87.16 0.73 0.74
Hex C2 ED 8E 12 0 28 7 57 49 4A
Octal 302 355 216 22 0 50 7 127 111 112
Binary 11000010 11101101 10001110 10010 0 101000 111 1010111 1001001 1001010

Color Harmonies of #C2ED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED8E

Black with #C2ED8E

Text Example


Text Example

White with #C2ED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED8E; }

 p { color: rgb(194,237,142); }

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

background-color css

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

 a { background-color: rgb(194,237,142); }

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

border-color css

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

 span { border-color: rgb(194,237,142); }

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