Html Css Color HEX #CAFF5D Mindaro

📋 copy color: '#CAFF5D'

red 202 ◦ green 255 ◦ blue 93

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

Shades of Mindaro #CAFF5D

Tints of Mindaro #CAFF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.91%

R = 36.73%
G = 46.36%
B = 16.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#CAFF5D (or 0xCAFF5D) is known color: Mindaro. HEX triplet: CA, FF and 5D. RGB value is (202,255,93). Sum of RGB (Red+Green+Blue) = 202+255+93=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF5D is #3500A2. Grayscale: #DDDDDD. Windows color (decimal): -3473571 or 6160330. OLE color: 6160330.

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

Color convert

RGB 202 255 93 -
CMYK 0.21 0 0.64 0
HSL 79.63º 1% 0.68% -
HSV(B) 79.63º 0.64% 1% -
XYZ 62.09 84.87 23.46 -
YUV 220.69 55.94 114.67 -
System Red Green Blue C M Y K H S L
Decimal 202 255 93 0.21 0 0.64 0 79.63 1 0.68
Hex CA FF 5D 15 0 40 0 50 64 44
Octal 312 377 135 25 0 100 0 120 144 104
Binary 11001010 11111111 1011101 10101 0 1000000 0 1010000 1100100 1000100

Color Harmonies of #CAFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF5D

Black with #CAFF5D

Text Example


Text Example

White with #CAFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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