Html Css Color HEX #CAF75A Mindaro

📋 copy color: '#CAF75A'

red 202 ◦ green 247 ◦ blue 90

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

Shades of Mindaro #CAF75A

Tints of Mindaro #CAF75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.7%

R = 37.48%
G = 45.83%
B = 16.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#CAF75A (or 0xCAF75A) is known color: Mindaro. HEX triplet: CA, F7 and 5A. RGB value is (202,247,90). Sum of RGB (Red+Green+Blue) = 202+247+90=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF75A is #3508A5. Grayscale: #D8D8D8. Windows color (decimal): -3475622 or 5961674. OLE color: 5961674.

HSL color Cylindrical-coordinate representation of color #CAF75A: hue angle of 77.2º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF75A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 90 -
CMYK 0.18 0 0.64 0.03
HSL 77.2º 0.91% 0.66% -
HSV(B) 77.2º 0.64% 0.97% -
XYZ 59.46 79.82 21.94 -
YUV 215.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 202 247 90 0.18 0 0.64 0.03 77.2 0.91 0.66
Hex CA F7 5A 12 0 40 3 4D 5B 42
Octal 312 367 132 22 0 100 3 115 133 102
Binary 11001010 11110111 1011010 10010 0 1000000 11 1001101 1011011 1000010

Color Harmonies of #CAF75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF75A

Black with #CAF75A

Text Example


Text Example

White with #CAF75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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