Html Css Color HEX #C4E06D Sulu

📋 copy color: '#C4E06D'

red 196 ◦ green 224 ◦ blue 109

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

Shades of Sulu #C4E06D

Tints of Sulu #C4E06D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.34%

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 37.05%
G = 42.34%
B = 20.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#C4E06D (or 0xC4E06D) is known color: Sulu. HEX triplet: C4, E0 and 6D. RGB value is (196,224,109). Sum of RGB (Red+Green+Blue) = 196+224+109=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E06D is #3B1F92. Grayscale: #CACACA. Windows color (decimal): -3874707 or 7200964. OLE color: 7200964.

HSL color Cylindrical-coordinate representation of color #C4E06D: hue angle of 74.61º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4E06D is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 224 109 -
CMYK 0.12 0 0.51 0.12
HSL 74.61º 0.65% 0.65% -
HSV(B) 74.61º 0.51% 0.88% -
XYZ 52.18 66.15 24.49 -
YUV 202.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 196 224 109 0.12 0 0.51 0.12 74.61 0.65 0.65
Hex C4 E0 6D C 0 33 C 4B 41 41
Octal 304 340 155 14 0 63 14 113 101 101
Binary 11000100 11100000 1101101 1100 0 110011 1100 1001011 1000001 1000001

Color Harmonies of #C4E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E06D

Black with #C4E06D

Text Example


Text Example

White with #C4E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E06D; }

 p { color: rgb(196,224,109); }

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

background-color css

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

 a { background-color: rgb(196,224,109); }

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

border-color css

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

 span { border-color: rgb(196,224,109); }

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