Html Css Color HEX #CAF16A Mindaro

📋 copy color: '#CAF16A'

red 202 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #CAF16A

Tints of Mindaro #CAF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.9%

 BLUE value IS 106 (41.8% from 255) = 19.31%

R = 36.79%
G = 43.9%
B = 19.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#CAF16A (or 0xCAF16A) is known color: Mindaro. HEX triplet: CA, F1 and 6A. RGB value is (202,241,106). Sum of RGB (Red+Green+Blue) = 202+241+106=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF16A is #350E95. Grayscale: #D6D6D6. Windows color (decimal): -3477142 or 7008714. OLE color: 7008714.

HSL color Cylindrical-coordinate representation of color #CAF16A: hue angle of 77.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF16A is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 106 -
CMYK 0.16 0 0.56 0.05
HSL 77.33º 0.83% 0.68% -
HSV(B) 77.33º 0.56% 0.95% -
XYZ 58.41 76.51 25.32 -
YUV 213.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 202 241 106 0.16 0 0.56 0.05 77.33 0.83 0.68
Hex CA F1 6A 10 0 38 5 4D 53 44
Octal 312 361 152 20 0 70 5 115 123 104
Binary 11001010 11110001 1101010 10000 0 111000 101 1001101 1010011 1000100

Color Harmonies of #CAF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF16A

Black with #CAF16A

Text Example


Text Example

White with #CAF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF16A; }

 p { color: rgb(202,241,106); }

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

background-color css

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

 a { background-color: rgb(202,241,106); }

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

border-color css

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

 span { border-color: rgb(202,241,106); }

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