#CAE83A

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

Shades of Pear #CAE83A

Tints of Pear #CAE83A

Color information

#CAE83A (or 0xCAE83A) is unknown color: approx Pear. HEX triplet: CA, E8 and 3A. RGB value is (202,232,58). Sum of RGB (Red+Green+Blue) = 202+232+58=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE83A is #3517C5. Grayscale: #CBCBCB. Windows color (decimal): -3479494 or 3860682. OLE color: 3860682.

HSL color Cylindrical-coordinate representation of color #CAE83A: hue angle of 70.34º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAE83A is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB20223258-
CMYK0.1300.750.09
HSL70.34º79.09%56.86%-
HSV(B)70.34º75%90.98%-
XYZ53.9870.5814.78-
YUV203.1946.06127.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 232 (91.02% from 255) = 47.15%
BLUE value IS 58 (23.05% from 255) = 11.79%
R=41.06%
G=47.15%
B=11.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202232580.1300.750.0970.3479.0956.86
HexCAE83AD04B9464f39
Octal312350721501131110611771
Binary1100101011101000111010110101001011100110001101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE83A; }

 p { color: rgb(202,232,58); }

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

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

 a { background-color: rgb(202,232,58); }

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

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

 span { border-color: rgb(202,232,58); }

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