Html Css Color HEX #CAF06B Mindaro

📋 copy color: '#CAF06B'

red 202 ◦ green 240 ◦ blue 107

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

Shades of Mindaro #CAF06B

Tints of Mindaro #CAF06B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

 BLUE value IS 107 (42.19% from 255) = 19.49%

R = 36.79%
G = 43.72%
B = 19.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CAF06B (or 0xCAF06B) is known color: Mindaro. HEX triplet: CA, F0 and 6B. RGB value is (202,240,107). Sum of RGB (Red+Green+Blue) = 202+240+107=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF06B is #350F94. Grayscale: #D5D5D5. Windows color (decimal): -3477397 or 7073994. OLE color: 7073994.

HSL color Cylindrical-coordinate representation of color #CAF06B: hue angle of 77.14º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF06B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 107 -
CMYK 0.16 0 0.55 0.06
HSL 77.14º 0.82% 0.68% -
HSV(B) 77.14º 0.55% 0.94% -
XYZ 58.17 75.94 25.5 -
YUV 213.48 67.91 119.81 -
System Red Green Blue C M Y K H S L
Decimal 202 240 107 0.16 0 0.55 0.06 77.14 0.82 0.68
Hex CA F0 6B 10 0 37 6 4D 52 44
Octal 312 360 153 20 0 67 6 115 122 104
Binary 11001010 11110000 1101011 10000 0 110111 110 1001101 1010010 1000100

Color Harmonies of #CAF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF06B

Black with #CAF06B

Text Example


Text Example

White with #CAF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF06B; }

 p { color: rgb(202,240,107); }

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

background-color css

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

 a { background-color: rgb(202,240,107); }

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

border-color css

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

 span { border-color: rgb(202,240,107); }

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