Html Css Color HEX #C0ED8E Sulu

📋 copy color: '#C0ED8E'

red 192 ◦ green 237 ◦ blue 142

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

Shades of Sulu #C0ED8E

Tints of Sulu #C0ED8E

RGB

 RED value IS 192 (75.39% from 255) = 33.63%

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

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

R = 33.63%
G = 41.51%
B = 24.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#C0ED8E (or 0xC0ED8E) is known color: Sulu. HEX triplet: C0, ED and 8E. RGB value is (192,237,142). Sum of RGB (Red+Green+Blue) = 192+237+142=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED8E is #3F1271. Grayscale: #D5D5D5. Windows color (decimal): -4133490 or 9366976. OLE color: 9366976.

HSL color Cylindrical-coordinate representation of color #C0ED8E: hue angle of 88.42º 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 #C0ED8E is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 142 -
CMYK 0.19 0 0.40 0.07
HSL 88.42º 0.73% 0.74% -
HSV(B) 88.42º 0.4% 0.93% -
XYZ 56.9 73.73 36.82 -
YUV 212.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 192 237 142 0.19 0 0.40 0.07 88.42 0.73 0.74
Hex C0 ED 8E 13 0 28 7 58 49 4A
Octal 300 355 216 23 0 50 7 130 111 112
Binary 11000000 11101101 10001110 10011 0 101000 111 1011000 1001001 1001010

Color Harmonies of #C0ED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED8E

Black with #C0ED8E

Text Example


Text Example

White with #C0ED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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