#CADF6B

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

Shades of Mindaro #CADF6B

Tints of Mindaro #CADF6B

Color information

#CADF6B (or 0xCADF6B) is unknown color: approx Mindaro. HEX triplet: CA, DF and 6B. RGB value is (202,223,107). Sum of RGB (Red+Green+Blue) = 202+223+107=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF6B is #352094. Grayscale: #CBCBCB. Windows color (decimal): -3481749 or 7069642. OLE color: 7069642.

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

Color convert

RGB202223107-
CMYK0.0900.520.13
HSL70.86º64.44%64.71%-
HSV(B)70.86º52.02%87.45%-
XYZ53.466.3923.91-
YUV203.573.54126.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 107 (42.19% from 255) = 20.11%
R=37.97%
G=41.92%
B=20.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231070.0900.520.1370.8664.4464.71
HexCADF6B9034D474041
Octal3123371531106415107100101
Binary11001010110111111101011100101101001101100011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADF6B; }

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

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

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

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

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

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

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

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