Html Css Color HEX #CAF268 Mindaro

📋 copy color: '#CAF268'

red 202 ◦ green 242 ◦ blue 104

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

Shades of Mindaro #CAF268

Tints of Mindaro #CAF268

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

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

R = 36.86%
G = 44.16%
B = 18.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#CAF268 (or 0xCAF268) is known color: Mindaro. HEX triplet: CA, F2 and 68. RGB value is (202,242,104). Sum of RGB (Red+Green+Blue) = 202+242+104=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF268 is #350D97. Grayscale: #D6D6D6. Windows color (decimal): -3476888 or 6877898. OLE color: 6877898.

HSL color Cylindrical-coordinate representation of color #CAF268: hue angle of 77.39º degrees, saturation: 0.84, 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 #CAF268 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 104 -
CMYK 0.17 0 0.57 0.05
HSL 77.39º 0.84% 0.68% -
HSV(B) 77.39º 0.57% 0.95% -
XYZ 58.61 77.06 24.88 -
YUV 214.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 202 242 104 0.17 0 0.57 0.05 77.39 0.84 0.68
Hex CA F2 68 11 0 39 5 4D 54 44
Octal 312 362 150 21 0 71 5 115 124 104
Binary 11001010 11110010 1101000 10001 0 111001 101 1001101 1010100 1000100

Color Harmonies of #CAF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF268

Black with #CAF268

Text Example


Text Example

White with #CAF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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