Html Css Color HEX #C4E470 Sulu

📋 copy color: '#C4E470'

red 196 ◦ green 228 ◦ blue 112

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

Shades of Sulu #C4E470

Tints of Sulu #C4E470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

 BLUE value IS 112 (44.14% from 255) = 20.9%

R = 36.57%
G = 42.54%
B = 20.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#C4E470 (or 0xC4E470) is known color: Sulu. HEX triplet: C4, E4 and 70. RGB value is (196,228,112). Sum of RGB (Red+Green+Blue) = 196+228+112=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E470 is #3B1B8F. Grayscale: #CDCDCD. Windows color (decimal): -3873680 or 7398596. OLE color: 7398596.

HSL color Cylindrical-coordinate representation of color #C4E470: hue angle of 76.55º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4E470 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 228 112 -
CMYK 0.14 0 0.51 0.11
HSL 76.55º 0.68% 0.67% -
HSV(B) 76.55º 0.51% 0.89% -
XYZ 53.43 68.39 25.71 -
YUV 205.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 196 228 112 0.14 0 0.51 0.11 76.55 0.68 0.67
Hex C4 E4 70 E 0 33 B 4D 44 43
Octal 304 344 160 16 0 63 13 115 104 103
Binary 11000100 11100100 1110000 1110 0 110011 1011 1001101 1000100 1000011

Color Harmonies of #C4E470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E470

Black with #C4E470

Text Example


Text Example

White with #C4E470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E470; }

 p { color: rgb(196,228,112); }

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

background-color css

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

 a { background-color: rgb(196,228,112); }

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

border-color css

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

 span { border-color: rgb(196,228,112); }

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