#CFE73A

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

Shades of Pear #CFE73A

Tints of Pear #CFE73A

Color information

#CFE73A (or 0xCFE73A) is unknown color: approx Pear. HEX triplet: CF, E7 and 3A. RGB value is (207,231,58). Sum of RGB (Red+Green+Blue) = 207+231+58=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE73A is #3018C5. Grayscale: #CCCCCC. Windows color (decimal): -3152070 or 3860431. OLE color: 3860431.

HSL color Cylindrical-coordinate representation of color #CFE73A: hue angle of 68.32º degrees, saturation: 0.78, 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 #CFE73A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB20723158-
CMYK0.1000.750.09
HSL68.32º78.28%56.67%-
HSV(B)68.32º74.89%90.59%-
XYZ55.0770.7214.75-
YUV204.145.55130.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 231 (90.62% from 255) = 46.57%
BLUE value IS 58 (23.05% from 255) = 11.69%
R=41.73%
G=46.57%
B=11.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207231580.1000.750.0968.3278.2856.67
HexCFE73AA04B9444e39
Octal317347721201131110411671
Binary1100111111100111111010101001001011100110001001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE73A; }

 p { color: rgb(207,231,58); }

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

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

 a { background-color: rgb(207,231,58); }

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

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

 span { border-color: rgb(207,231,58); }

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