Html Css Color HEX #CAF465 Mindaro

📋 copy color: '#CAF465'

red 202 ◦ green 244 ◦ blue 101

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

Shades of Mindaro #CAF465

Tints of Mindaro #CAF465

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.61%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 36.93%
G = 44.61%
B = 18.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#CAF465 (or 0xCAF465) is known color: Mindaro. HEX triplet: CA, F4 and 65. RGB value is (202,244,101). Sum of RGB (Red+Green+Blue) = 202+244+101=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF465 is #350B9A. Grayscale: #D7D7D7. Windows color (decimal): -3476379 or 6681802. OLE color: 6681802.

HSL color Cylindrical-coordinate representation of color #CAF465: hue angle of 77.62º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF465 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 101 -
CMYK 0.17 0 0.59 0.04
HSL 77.62º 0.87% 0.68% -
HSV(B) 77.62º 0.59% 0.96% -
XYZ 59.06 78.2 24.29 -
YUV 215.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 202 244 101 0.17 0 0.59 0.04 77.62 0.87 0.68
Hex CA F4 65 11 0 3B 4 4E 57 44
Octal 312 364 145 21 0 73 4 116 127 104
Binary 11001010 11110100 1100101 10001 0 111011 100 1001110 1010111 1000100

Color Harmonies of #CAF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF465

Black with #CAF465

Text Example


Text Example

White with #CAF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF465; }

 p { color: rgb(202,244,101); }

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

background-color css

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

 a { background-color: rgb(202,244,101); }

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

border-color css

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

 span { border-color: rgb(202,244,101); }

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