#CAF729

Color #CAF729 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CAF729

Tints of Pear #CAF729

Color information

#CAF729 (or 0xCAF729) is unknown color: approx Pear. HEX triplet: CA, F7 and 29. RGB value is (202,247,41). Sum of RGB (Red+Green+Blue) = 202+247+41=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF729 is #3508D6. Grayscale: #D2D2D2. Windows color (decimal): -3475671 or 2750410. OLE color: 2750410.

HSL color Cylindrical-coordinate representation of color #CAF729: hue angle of 73.11º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF729 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB20224741-
CMYK0.1800.830.03
HSL73.11º92.79%56.47%-
HSV(B)73.11º83.4%96.86%-
XYZ58.0279.2414.33-
YUV210.0632.59122.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 247 (96.88% from 255) = 50.41%
BLUE value IS 41 (16.41% from 255) = 8.37%
R=41.22%
G=50.41%
B=8.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202247410.1800.830.0373.1192.7956.47
HexCAF729120533495d38
Octal31236751220123311113570
Binary110010101111011110100110010010100111110010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF729; }

 p { color: rgb(202,247,41); }

 H1.HeaderClassName
 {
   color: #CAF729;
 }
 .AnyTagClassName
 {
   color: #CAF729;
 }
</style>
background-color css

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

 a { background-color: rgb(202,247,41); }

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

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

 span { border-color: rgb(202,247,41); }

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