Html Css Color HEX #CAF257 Mindaro

📋 copy color: '#CAF257'

red 202 ◦ green 242 ◦ blue 87

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

Shades of Mindaro #CAF257

Tints of Mindaro #CAF257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.38%

R = 38.04%
G = 45.57%
B = 16.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CAF257 (or 0xCAF257) is known color: Mindaro. HEX triplet: CA, F2 and 57. RGB value is (202,242,87). Sum of RGB (Red+Green+Blue) = 202+242+87=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF257 is #350DA8. Grayscale: #D4D4D4. Windows color (decimal): -3476905 or 5763786. OLE color: 5763786.

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

Color convert

RGB 202 242 87 -
CMYK 0.17 0 0.64 0.05
HSL 75.48º 0.86% 0.65% -
HSV(B) 75.48º 0.64% 0.95% -
XYZ 57.83 76.75 20.78 -
YUV 212.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 202 242 87 0.17 0 0.64 0.05 75.48 0.86 0.65
Hex CA F2 57 11 0 40 5 4B 56 41
Octal 312 362 127 21 0 100 5 113 126 101
Binary 11001010 11110010 1010111 10001 0 1000000 101 1001011 1010110 1000001

Color Harmonies of #CAF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF257

Black with #CAF257

Text Example


Text Example

White with #CAF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF257; }

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

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

background-color css

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

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

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

border-color css

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

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

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