Html Css Color HEX #C4DC74 Sulu

📋 copy color: '#C4DC74'

red 196 ◦ green 220 ◦ blue 116

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

Shades of Sulu #C4DC74

Tints of Sulu #C4DC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 36.84%
G = 41.35%
B = 21.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#C4DC74 (or 0xC4DC74) is known color: Sulu. HEX triplet: C4, DC and 74. RGB value is (196,220,116). Sum of RGB (Red+Green+Blue) = 196+220+116=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC74 is #3B238B. Grayscale: #C9C9C9. Windows color (decimal): -3875724 or 7658692. OLE color: 7658692.

HSL color Cylindrical-coordinate representation of color #C4DC74: hue angle of 73.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4DC74 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 116 -
CMYK 0.11 0 0.47 0.14
HSL 73.85º 0.6% 0.66% -
HSV(B) 73.85º 0.47% 0.86% -
XYZ 51.51 64.18 26.2 -
YUV 200.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 196 220 116 0.11 0 0.47 0.14 73.85 0.6 0.66
Hex C4 DC 74 B 0 2F E 4A 3C 42
Octal 304 334 164 13 0 57 16 112 74 102
Binary 11000100 11011100 1110100 1011 0 101111 1110 1001010 111100 1000010

Color Harmonies of #C4DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC74

Black with #C4DC74

Text Example


Text Example

White with #C4DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC74; }

 p { color: rgb(196,220,116); }

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

background-color css

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

 a { background-color: rgb(196,220,116); }

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

border-color css

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

 span { border-color: rgb(196,220,116); }

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