Html Css Color HEX #CAF45A Mindaro

📋 copy color: '#CAF45A'

red 202 ◦ green 244 ◦ blue 90

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

Shades of Mindaro #CAF45A

Tints of Mindaro #CAF45A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.52%

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

R = 37.69%
G = 45.52%
B = 16.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CAF45A (or 0xCAF45A) is known color: Mindaro. HEX triplet: CA, F4 and 5A. RGB value is (202,244,90). Sum of RGB (Red+Green+Blue) = 202+244+90=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF45A is #350BA5. Grayscale: #D6D6D6. Windows color (decimal): -3476390 or 5960906. OLE color: 5960906.

HSL color Cylindrical-coordinate representation of color #CAF45A: hue angle of 76.36º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAF45A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 90 -
CMYK 0.17 0 0.63 0.04
HSL 76.36º 0.88% 0.65% -
HSV(B) 76.36º 0.63% 0.96% -
XYZ 58.55 78 21.64 -
YUV 213.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 202 244 90 0.17 0 0.63 0.04 76.36 0.88 0.65
Hex CA F4 5A 11 0 3F 4 4C 58 41
Octal 312 364 132 21 0 77 4 114 130 101
Binary 11001010 11110100 1011010 10001 0 111111 100 1001100 1011000 1000001

Color Harmonies of #CAF45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF45A

Black with #CAF45A

Text Example


Text Example

White with #CAF45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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