Html Css Color HEX #CAF65E Mindaro

📋 copy color: '#CAF65E'

red 202 ◦ green 246 ◦ blue 94

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

Shades of Mindaro #CAF65E

Tints of Mindaro #CAF65E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.39%

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 37.27%
G = 45.39%
B = 17.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#CAF65E (or 0xCAF65E) is known color: Mindaro. HEX triplet: CA, F6 and 5E. RGB value is (202,246,94). Sum of RGB (Red+Green+Blue) = 202+246+94=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF65E is #3509A1. Grayscale: #D8D8D8. Windows color (decimal): -3475874 or 6223562. OLE color: 6223562.

HSL color Cylindrical-coordinate representation of color #CAF65E: hue angle of 77.37º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF65E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 94 -
CMYK 0.18 0 0.62 0.04
HSL 77.37º 0.89% 0.67% -
HSV(B) 77.37º 0.62% 0.96% -
XYZ 59.33 79.28 22.76 -
YUV 215.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 202 246 94 0.18 0 0.62 0.04 77.37 0.89 0.67
Hex CA F6 5E 12 0 3E 4 4D 59 43
Octal 312 366 136 22 0 76 4 115 131 103
Binary 11001010 11110110 1011110 10010 0 111110 100 1001101 1011001 1000011

Color Harmonies of #CAF65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF65E

Black with #CAF65E

Text Example


Text Example

White with #CAF65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF65E; }

 p { color: rgb(202,246,94); }

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

background-color css

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

 a { background-color: rgb(202,246,94); }

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

border-color css

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

 span { border-color: rgb(202,246,94); }

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