Html Css Color HEX #CAF265 Mindaro

📋 copy color: '#CAF265'

red 202 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #CAF265

Tints of Mindaro #CAF265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.4%

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

R = 37.06%
G = 44.4%
B = 18.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CAF265 (or 0xCAF265) is known color: Mindaro. HEX triplet: CA, F2 and 65. RGB value is (202,242,101). Sum of RGB (Red+Green+Blue) = 202+242+101=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF265 is #350D9A. Grayscale: #D6D6D6. Windows color (decimal): -3476891 or 6681290. OLE color: 6681290.

HSL color Cylindrical-coordinate representation of color #CAF265: hue angle of 77.02º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF265 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 101 -
CMYK 0.17 0 0.58 0.05
HSL 77.02º 0.84% 0.67% -
HSV(B) 77.02º 0.58% 0.95% -
XYZ 58.46 77 24.09 -
YUV 213.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 202 242 101 0.17 0 0.58 0.05 77.02 0.84 0.67
Hex CA F2 65 11 0 3A 5 4D 54 43
Octal 312 362 145 21 0 72 5 115 124 103
Binary 11001010 11110010 1100101 10001 0 111010 101 1001101 1010100 1000011

Color Harmonies of #CAF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF265

Black with #CAF265

Text Example


Text Example

White with #CAF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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