#CAF767

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

Shades of Mindaro #CAF767

Tints of Mindaro #CAF767

Color information

#CAF767 (or 0xCAF767) is unknown color: approx Mindaro. HEX triplet: CA, F7 and 67. RGB value is (202,247,103). Sum of RGB (Red+Green+Blue) = 202+247+103=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF767 is #350898. Grayscale: #D9D9D9. Windows color (decimal): -3475609 or 6813642. OLE color: 6813642.

HSL color Cylindrical-coordinate representation of color #CAF767: hue angle of 78.75º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF767 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB202247103-
CMYK0.1800.580.03
HSL78.75º90%68.63%-
HSV(B)78.75º58.3%96.86%-
XYZ60.0780.0625.12-
YUV217.1363.59117.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 103 (40.62% from 255) = 18.66%
R=36.59%
G=44.75%
B=18.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471030.1800.580.0378.759068.63
HexCAF7671203A34f5a45
Octal312367147220723117132105
Binary1100101011110111110011110010011101011100111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF767; }

 p { color: rgb(202,247,103); }

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

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

 a { background-color: rgb(202,247,103); }

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

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

 span { border-color: rgb(202,247,103); }

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