Html Css Color HEX #C0E772 Sulu

📋 copy color: '#C0E772'

red 192 ◦ green 231 ◦ blue 114

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

Shades of Sulu #C0E772

Tints of Sulu #C0E772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.02%

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

R = 35.75%
G = 43.02%
B = 21.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#C0E772 (or 0xC0E772) is known color: Sulu. HEX triplet: C0, E7 and 72. RGB value is (192,231,114). Sum of RGB (Red+Green+Blue) = 192+231+114=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E772 is #3F188D. Grayscale: #CECECE. Windows color (decimal): -4135054 or 7530432. OLE color: 7530432.

HSL color Cylindrical-coordinate representation of color #C0E772: hue angle of 80º degrees, saturation: 0.71, 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 #C0E772 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 231 114 -
CMYK 0.17 0 0.51 0.09
HSL 80º 0.71% 0.68% -
HSV(B) 80º 0.51% 0.91% -
XYZ 53.35 69.57 26.54 -
YUV 206 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 192 231 114 0.17 0 0.51 0.09 80 0.71 0.68
Hex C0 E7 72 11 0 33 9 50 47 44
Octal 300 347 162 21 0 63 11 120 107 104
Binary 11000000 11100111 1110010 10001 0 110011 1001 1010000 1000111 1000100

Color Harmonies of #C0E772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E772

Black with #C0E772

Text Example


Text Example

White with #C0E772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E772; }

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

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

background-color css

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

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

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

border-color css

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

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

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