Html Css Color HEX #CAFF5E Mindaro

📋 copy color: '#CAFF5E'

red 202 ◦ green 255 ◦ blue 94

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

Shades of Mindaro #CAFF5E

Tints of Mindaro #CAFF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

 BLUE value IS 94 (37.11% from 255) = 17.06%

R = 36.66%
G = 46.28%
B = 17.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#CAFF5E (or 0xCAFF5E) is known color: Mindaro. HEX triplet: CA, FF and 5E. RGB value is (202,255,94). Sum of RGB (Red+Green+Blue) = 202+255+94=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF5E is #3500A1. Grayscale: #DDDDDD. Windows color (decimal): -3473570 or 6225866. OLE color: 6225866.

HSL color Cylindrical-coordinate representation of color #CAFF5E: hue angle of 79.75º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAFF5E is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 94 -
CMYK 0.21 0 0.63 0
HSL 79.75º 1% 0.68% -
HSV(B) 79.75º 0.63% 1% -
XYZ 62.14 84.88 23.7 -
YUV 220.8 56.44 114.59 -
System Red Green Blue C M Y K H S L
Decimal 202 255 94 0.21 0 0.63 0 79.75 1 0.68
Hex CA FF 5E 15 0 3F 0 50 64 44
Octal 312 377 136 25 0 77 0 120 144 104
Binary 11001010 11111111 1011110 10101 0 111111 0 1010000 1100100 1000100

Color Harmonies of #CAFF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF5E

Black with #CAFF5E

Text Example


Text Example

White with #CAFF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF5E; }

 p { color: rgb(202,255,94); }

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

background-color css

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

 a { background-color: rgb(202,255,94); }

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

border-color css

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

 span { border-color: rgb(202,255,94); }

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