Html Css Color HEX #CAF157 Mindaro

📋 copy color: '#CAF157'

red 202 ◦ green 241 ◦ blue 87

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

Shades of Mindaro #CAF157

Tints of Mindaro #CAF157

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 38.11%
G = 45.47%
B = 16.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CAF157 (or 0xCAF157) is known color: Mindaro. HEX triplet: CA, F1 and 57. RGB value is (202,241,87). Sum of RGB (Red+Green+Blue) = 202+241+87=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 87 (34.38% from 255 or 16.42% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF157 is #350EA8. Grayscale: #D4D4D4. Windows color (decimal): -3477161 or 5763530. OLE color: 5763530.

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

Color convert

RGB 202 241 87 -
CMYK 0.16 0 0.64 0.05
HSL 75.19º 0.85% 0.64% -
HSV(B) 75.19º 0.64% 0.95% -
XYZ 57.53 76.16 20.68 -
YUV 211.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 202 241 87 0.16 0 0.64 0.05 75.19 0.85 0.64
Hex CA F1 57 10 0 40 5 4B 55 40
Octal 312 361 127 20 0 100 5 113 125 100
Binary 11001010 11110001 1010111 10000 0 1000000 101 1001011 1010101 1000000

Color Harmonies of #CAF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF157

Black with #CAF157

Text Example


Text Example

White with #CAF157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF157; }

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

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

background-color css

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

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

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

border-color css

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

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

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