Html Css Color HEX #CADD76 Sulu

📋 copy color: '#CADD76'

red 202 ◦ green 221 ◦ blue 118

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

Shades of Sulu #CADD76

Tints of Sulu #CADD76

RGB

 RED value IS 202 (79.3% from 255) = 37.34%

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 37.34%
G = 40.85%
B = 21.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CADD76 (or 0xCADD76) is known color: Sulu. HEX triplet: CA, DD and 76. RGB value is (202,221,118). Sum of RGB (Red+Green+Blue) = 202+221+118=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD76 is #352289. Grayscale: #CBCBCB. Windows color (decimal): -3482250 or 7790026. OLE color: 7790026.

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

Color convert

RGB 202 221 118 -
CMYK 0.09 0 0.47 0.13
HSL 71.07º 0.6% 0.66% -
HSV(B) 71.07º 0.47% 0.87% -
XYZ 53.48 65.58 26.98 -
YUV 203.58 79.71 126.88 -
System Red Green Blue C M Y K H S L
Decimal 202 221 118 0.09 0 0.47 0.13 71.07 0.6 0.66
Hex CA DD 76 9 0 2F D 47 3C 42
Octal 312 335 166 11 0 57 15 107 74 102
Binary 11001010 11011101 1110110 1001 0 101111 1101 1000111 111100 1000010

Color Harmonies of #CADD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD76

Black with #CADD76

Text Example


Text Example

White with #CADD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD76; }

 p { color: rgb(202,221,118); }

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

background-color css

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

 a { background-color: rgb(202,221,118); }

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

border-color css

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

 span { border-color: rgb(202,221,118); }

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