#CAF05D

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

Shades of Mindaro #CAF05D

Tints of Mindaro #CAF05D

Color information

#CAF05D (or 0xCAF05D) is unknown color: approx Mindaro. HEX triplet: CA, F0 and 5D. RGB value is (202,240,93). Sum of RGB (Red+Green+Blue) = 202+240+93=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 93 (36.72% from 255 or 17.38% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF05D is #350FA2. Grayscale: #D4D4D4. Windows color (decimal): -3477411 or 6156490. OLE color: 6156490.

HSL color Cylindrical-coordinate representation of color #CAF05D: hue angle of 75.51º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAF05D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB20224093-
CMYK0.1600.610.06
HSL75.51º83.05%65.29%-
HSV(B)75.51º61.25%94.12%-
XYZ57.4975.6721.93-
YUV211.8860.91120.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 240 (94.14% from 255) = 44.86%
BLUE value IS 93 (36.72% from 255) = 17.38%
R=37.76%
G=44.86%
B=17.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240930.1600.610.0675.5183.0565.29
HexCAF05D1003D64c5341
Octal312360135200756114123101
Binary11001010111100001011101100000111101110100110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF05D; }

 p { color: rgb(202,240,93); }

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

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

 a { background-color: rgb(202,240,93); }

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

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

 span { border-color: rgb(202,240,93); }

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