Html Css Color HEX #CAF156 Mindaro

📋 copy color: '#CAF156'

red 202 ◦ green 241 ◦ blue 86

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

Shades of Mindaro #CAF156

Tints of Mindaro #CAF156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.26%

R = 38.19%
G = 45.56%
B = 16.26%

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

#CAF156 (or 0xCAF156) is known color: Mindaro. HEX triplet: CA, F1 and 56. RGB value is (202,241,86). Sum of RGB (Red+Green+Blue) = 202+241+86=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF156 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF156 is #350EA9. Grayscale: #D4D4D4. Windows color (decimal): -3477162 or 5697994. OLE color: 5697994.

HSL color Cylindrical-coordinate representation of color #CAF156: hue angle of 75.1º 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 #CAF156 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 86 -
CMYK 0.16 0 0.64 0.05
HSL 75.1º 0.85% 0.64% -
HSV(B) 75.1º 0.64% 0.95% -
XYZ 57.49 76.14 20.47 -
YUV 211.67 57.08 121.1 -
System Red Green Blue C M Y K H S L
Decimal 202 241 86 0.16 0 0.64 0.05 75.1 0.85 0.64
Hex CA F1 56 10 0 40 5 4B 55 40
Octal 312 361 126 20 0 100 5 113 125 100
Binary 11001010 11110001 1010110 10000 0 1000000 101 1001011 1010101 1000000

Color Harmonies of #CAF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF156

Black with #CAF156

Text Example


Text Example

White with #CAF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF156; }

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

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

background-color css

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

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

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

border-color css

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

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

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