Html Css Color HEX #C4E972 Sulu

📋 copy color: '#C4E972'

red 196 ◦ green 233 ◦ blue 114

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

Shades of Sulu #C4E972

Tints of Sulu #C4E972

RGB

 RED value IS 196 (76.95% from 255) = 36.1%

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

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

R = 36.1%
G = 42.91%
B = 20.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#C4E972 (or 0xC4E972) is known color: Sulu. HEX triplet: C4, E9 and 72. RGB value is (196,233,114). Sum of RGB (Red+Green+Blue) = 196+233+114=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E972 is #3B168D. Grayscale: #D0D0D0. Windows color (decimal): -3872398 or 7530948. OLE color: 7530948.

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

Color convert

RGB 196 233 114 -
CMYK 0.16 0 0.51 0.09
HSL 78.66º 0.73% 0.68% -
HSV(B) 78.66º 0.51% 0.91% -
XYZ 54.94 71.23 26.77 -
YUV 208.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 196 233 114 0.16 0 0.51 0.09 78.66 0.73 0.68
Hex C4 E9 72 10 0 33 9 4F 49 44
Octal 304 351 162 20 0 63 11 117 111 104
Binary 11000100 11101001 1110010 10000 0 110011 1001 1001111 1001001 1000100

Color Harmonies of #C4E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E972

Black with #C4E972

Text Example


Text Example

White with #C4E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E972; }

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

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

background-color css

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

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

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

border-color css

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

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

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