Html Css Color HEX #CAF168 Mindaro

📋 copy color: '#CAF168'

red 202 ◦ green 241 ◦ blue 104

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

Shades of Mindaro #CAF168

Tints of Mindaro #CAF168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 36.93%
G = 44.06%
B = 19.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CAF168 (or 0xCAF168) is known color: Mindaro. HEX triplet: CA, F1 and 68. RGB value is (202,241,104). Sum of RGB (Red+Green+Blue) = 202+241+104=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF168 is #350E97. Grayscale: #D6D6D6. Windows color (decimal): -3477144 or 6877642. OLE color: 6877642.

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

Color convert

RGB 202 241 104 -
CMYK 0.16 0 0.57 0.05
HSL 77.08º 0.83% 0.68% -
HSV(B) 77.08º 0.57% 0.95% -
XYZ 58.31 76.47 24.78 -
YUV 213.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 202 241 104 0.16 0 0.57 0.05 77.08 0.83 0.68
Hex CA F1 68 10 0 39 5 4D 53 44
Octal 312 361 150 20 0 71 5 115 123 104
Binary 11001010 11110001 1101000 10000 0 111001 101 1001101 1010011 1000100

Color Harmonies of #CAF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF168

Black with #CAF168

Text Example


Text Example

White with #CAF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF168; }

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

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

background-color css

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

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

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

border-color css

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

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

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