Html Css Color HEX #C0E972 Sulu

📋 copy color: '#C0E972'

red 192 ◦ green 233 ◦ blue 114

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

Shades of Sulu #C0E972

Tints of Sulu #C0E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 35.62%
G = 43.23%
B = 21.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#C0E972 (or 0xC0E972) is known color: Sulu. HEX triplet: C0, E9 and 72. RGB value is (192,233,114). Sum of RGB (Red+Green+Blue) = 192+233+114=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E972 is #3F168D. Grayscale: #CFCFCF. Windows color (decimal): -4134542 or 7530944. OLE color: 7530944.

HSL color Cylindrical-coordinate representation of color #C0E972: hue angle of 80.67º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0E972 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 233 114 -
CMYK 0.18 0 0.51 0.09
HSL 80.67º 0.73% 0.68% -
HSV(B) 80.67º 0.51% 0.91% -
XYZ 53.91 70.7 26.72 -
YUV 207.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 192 233 114 0.18 0 0.51 0.09 80.67 0.73 0.68
Hex C0 E9 72 12 0 33 9 51 49 44
Octal 300 351 162 22 0 63 11 121 111 104
Binary 11000000 11101001 1110010 10010 0 110011 1001 1010001 1001001 1000100

Color Harmonies of #C0E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E972

Black with #C0E972

Text Example


Text Example

White with #C0E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E972; }

 p { color: rgb(192,233,114); }

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

background-color css

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

 a { background-color: rgb(192,233,114); }

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

border-color css

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

 span { border-color: rgb(192,233,114); }

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