Html Css Color HEX #C4DA76 Sulu

📋 copy color: '#C4DA76'

red 196 ◦ green 218 ◦ blue 118

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

Shades of Sulu #C4DA76

Tints of Sulu #C4DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 36.84%
G = 40.98%
B = 22.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#C4DA76 (or 0xC4DA76) is known color: Sulu. HEX triplet: C4, DA and 76. RGB value is (196,218,118). Sum of RGB (Red+Green+Blue) = 196+218+118=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DA76 is #3B2589. Grayscale: #C8C8C8. Windows color (decimal): -3876234 or 7789252. OLE color: 7789252.

HSL color Cylindrical-coordinate representation of color #C4DA76: hue angle of 73.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4DA76 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 118 -
CMYK 0.10 0 0.46 0.15
HSL 73.2º 0.57% 0.66% -
HSV(B) 73.2º 0.46% 0.85% -
XYZ 51.11 63.19 26.64 -
YUV 200.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 196 218 118 0.10 0 0.46 0.15 73.2 0.57 0.66
Hex C4 DA 76 A 0 2E F 49 39 42
Octal 304 332 166 12 0 56 17 111 71 102
Binary 11000100 11011010 1110110 1010 0 101110 1111 1001001 111001 1000010

Color Harmonies of #C4DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DA76

Black with #C4DA76

Text Example


Text Example

White with #C4DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DA76; }

 p { color: rgb(196,218,118); }

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

background-color css

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

 a { background-color: rgb(196,218,118); }

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

border-color css

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

 span { border-color: rgb(196,218,118); }

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