Html Css Color HEX #CAFA5D Mindaro

📋 copy color: '#CAFA5D'

red 202 ◦ green 250 ◦ blue 93

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

Shades of Mindaro #CAFA5D

Tints of Mindaro #CAFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

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

R = 37.06%
G = 45.87%
B = 17.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#CAFA5D (or 0xCAFA5D) is known color: Mindaro. HEX triplet: CA, FA and 5D. RGB value is (202,250,93). Sum of RGB (Red+Green+Blue) = 202+250+93=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA5D is #3505A2. Grayscale: #DADADA. Windows color (decimal): -3474851 or 6159050. OLE color: 6159050.

HSL color Cylindrical-coordinate representation of color #CAFA5D: hue angle of 78.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAFA5D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 93 -
CMYK 0.19 0 0.63 0.02
HSL 78.34º 0.94% 0.67% -
HSV(B) 78.34º 0.63% 0.98% -
XYZ 60.52 81.72 22.94 -
YUV 217.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 202 250 93 0.19 0 0.63 0.02 78.34 0.94 0.67
Hex CA FA 5D 13 0 3F 2 4E 5E 43
Octal 312 372 135 23 0 77 2 116 136 103
Binary 11001010 11111010 1011101 10011 0 111111 10 1001110 1011110 1000011

Color Harmonies of #CAFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA5D

Black with #CAFA5D

Text Example


Text Example

White with #CAFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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