Html Css Color HEX #CAF863 Mindaro

📋 copy color: '#CAF863'

red 202 ◦ green 248 ◦ blue 99

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

Shades of Mindaro #CAF863

Tints of Mindaro #CAF863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 99 (39.06% from 255) = 18.03%

R = 36.79%
G = 45.17%
B = 18.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#CAF863 (or 0xCAF863) is known color: Mindaro. HEX triplet: CA, F8 and 63. RGB value is (202,248,99). Sum of RGB (Red+Green+Blue) = 202+248+99=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF863 is #35079C. Grayscale: #D9D9D9. Windows color (decimal): -3475357 or 6551754. OLE color: 6551754.

HSL color Cylindrical-coordinate representation of color #CAF863: hue angle of 78.52º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF863 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 99 -
CMYK 0.19 0 0.60 0.03
HSL 78.52º 0.91% 0.68% -
HSV(B) 78.52º 0.6% 0.97% -
XYZ 60.18 80.59 24.19 -
YUV 217.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 202 248 99 0.19 0 0.60 0.03 78.52 0.91 0.68
Hex CA F8 63 13 0 3C 3 4F 5B 44
Octal 312 370 143 23 0 74 3 117 133 104
Binary 11001010 11111000 1100011 10011 0 111100 11 1001111 1011011 1000100

Color Harmonies of #CAF863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF863

Black with #CAF863

Text Example


Text Example

White with #CAF863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF863; }

 p { color: rgb(202,248,99); }

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

background-color css

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

 a { background-color: rgb(202,248,99); }

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

border-color css

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

 span { border-color: rgb(202,248,99); }

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