Html Css Color HEX #CAF75D Mindaro

📋 copy color: '#CAF75D'

red 202 ◦ green 247 ◦ blue 93

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

Shades of Mindaro #CAF75D

Tints of Mindaro #CAF75D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

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

R = 37.27%
G = 45.57%
B = 17.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CAF75D (or 0xCAF75D) is known color: Mindaro. HEX triplet: CA, F7 and 5D. RGB value is (202,247,93). Sum of RGB (Red+Green+Blue) = 202+247+93=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF75D is #3508A2. Grayscale: #D8D8D8. Windows color (decimal): -3475619 or 6158282. OLE color: 6158282.

HSL color Cylindrical-coordinate representation of color #CAF75D: hue angle of 77.53º degrees, saturation: 0.91, 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 #CAF75D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 93 -
CMYK 0.18 0 0.62 0.03
HSL 77.53º 0.91% 0.67% -
HSV(B) 77.53º 0.62% 0.97% -
XYZ 59.59 79.87 22.63 -
YUV 215.99 58.59 118.02 -
System Red Green Blue C M Y K H S L
Decimal 202 247 93 0.18 0 0.62 0.03 77.53 0.91 0.67
Hex CA F7 5D 12 0 3E 3 4E 5B 43
Octal 312 367 135 22 0 76 3 116 133 103
Binary 11001010 11110111 1011101 10010 0 111110 11 1001110 1011011 1000011

Color Harmonies of #CAF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF75D

Black with #CAF75D

Text Example


Text Example

White with #CAF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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