Html Css Color HEX #CAF165 Mindaro

📋 copy color: '#CAF165'

red 202 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #CAF165

Tints of Mindaro #CAF165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.57%

R = 37.13%
G = 44.3%
B = 18.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#CAF165 (or 0xCAF165) is known color: Mindaro. HEX triplet: CA, F1 and 65. RGB value is (202,241,101). Sum of RGB (Red+Green+Blue) = 202+241+101=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF165 is #350E9A. Grayscale: #D5D5D5. Windows color (decimal): -3477147 or 6681034. OLE color: 6681034.

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

Color convert

RGB 202 241 101 -
CMYK 0.16 0 0.58 0.05
HSL 76.71º 0.83% 0.67% -
HSV(B) 76.71º 0.58% 0.95% -
XYZ 58.16 76.41 23.99 -
YUV 213.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 202 241 101 0.16 0 0.58 0.05 76.71 0.83 0.67
Hex CA F1 65 10 0 3A 5 4D 53 43
Octal 312 361 145 20 0 72 5 115 123 103
Binary 11001010 11110001 1100101 10000 0 111010 101 1001101 1010011 1000011

Color Harmonies of #CAF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF165

Black with #CAF165

Text Example


Text Example

White with #CAF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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