#CADF74

Color #CADF74 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CADF74

Tints of Sulu #CADF74

Color information

#CADF74 (or 0xCADF74) is unknown color: approx Sulu. HEX triplet: CA, DF and 74. RGB value is (202,223,116). Sum of RGB (Red+Green+Blue) = 202+223+116=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF74 is #35208B. Grayscale: #CCCCCC. Windows color (decimal): -3481740 or 7659466. OLE color: 7659466.

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

Color convert

RGB202223116-
CMYK0.0900.480.13
HSL71.78º62.57%66.47%-
HSV(B)71.78º47.98%87.45%-
XYZ53.966.5926.54-
YUV204.5278.04126.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=37.34%
G=41.22%
B=21.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231160.0900.480.1371.7862.5766.47
HexCADF749030D483f42
Octal312337164110601511077102
Binary1100101011011111111010010010110000110110010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF74; }

 p { color: rgb(202,223,116); }

 H1.HeaderClassName
 {
   color: #CADF74;
 }
 .AnyTagClassName
 {
   color: #CADF74;
 }
</style>
background-color css

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

 a { background-color: rgb(202,223,116); }

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

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

 span { border-color: rgb(202,223,116); }

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