Html Css Color HEX #CAF267 Mindaro

📋 copy color: '#CAF267'

red 202 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #CAF267

Tints of Mindaro #CAF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 36.93%
G = 44.24%
B = 18.83%

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

#CAF267 (or 0xCAF267) is known color: Mindaro. HEX triplet: CA, F2 and 67. RGB value is (202,242,103). Sum of RGB (Red+Green+Blue) = 202+242+103=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF267 is #350D98. Grayscale: #D6D6D6. Windows color (decimal): -3476889 or 6812362. OLE color: 6812362.

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

Color convert

RGB 202 242 103 -
CMYK 0.17 0 0.57 0.05
HSL 77.27º 0.84% 0.68% -
HSV(B) 77.27º 0.57% 0.95% -
XYZ 58.56 77.04 24.62 -
YUV 214.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 202 242 103 0.17 0 0.57 0.05 77.27 0.84 0.68
Hex CA F2 67 11 0 39 5 4D 54 44
Octal 312 362 147 21 0 71 5 115 124 104
Binary 11001010 11110010 1100111 10001 0 111001 101 1001101 1010100 1000100

Color Harmonies of #CAF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF267

Black with #CAF267

Text Example


Text Example

White with #CAF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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