Html Css Color HEX #CAF85D Mindaro

📋 copy color: '#CAF85D'

red 202 ◦ green 248 ◦ blue 93

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

Shades of Mindaro #CAF85D

Tints of Mindaro #CAF85D

RGB

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

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

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

R = 37.2%
G = 45.67%
B = 17.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CAF85D (or 0xCAF85D) is known color: Mindaro. HEX triplet: CA, F8 and 5D. RGB value is (202,248,93). Sum of RGB (Red+Green+Blue) = 202+248+93=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF85D is #3507A2. Grayscale: #D9D9D9. Windows color (decimal): -3475363 or 6158538. OLE color: 6158538.

HSL color Cylindrical-coordinate representation of color #CAF85D: hue angle of 77.81º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF85D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 93 -
CMYK 0.19 0 0.62 0.03
HSL 77.81º 0.92% 0.67% -
HSV(B) 77.81º 0.63% 0.97% -
XYZ 59.9 80.48 22.73 -
YUV 216.58 58.26 117.6 -
System Red Green Blue C M Y K H S L
Decimal 202 248 93 0.19 0 0.62 0.03 77.81 0.92 0.67
Hex CA F8 5D 13 0 3E 3 4E 5C 43
Octal 312 370 135 23 0 76 3 116 134 103
Binary 11001010 11111000 1011101 10011 0 111110 11 1001110 1011100 1000011

Color Harmonies of #CAF85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF85D

Black with #CAF85D

Text Example


Text Example

White with #CAF85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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