#CFE33A

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

Shades of Pear #CFE33A

Tints of Pear #CFE33A

Color information

#CFE33A (or 0xCFE33A) is unknown color: approx Pear. HEX triplet: CF, E3 and 3A. RGB value is (207,227,58). Sum of RGB (Red+Green+Blue) = 207+227+58=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE33A is #301CC5. Grayscale: #CACACA. Windows color (decimal): -3153094 or 3859407. OLE color: 3859407.

HSL color Cylindrical-coordinate representation of color #CFE33A: hue angle of 67.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE33A is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB20722758-
CMYK0.0900.740.11
HSL67.1º75.11%55.88%-
HSV(B)67.1º74.45%89.02%-
XYZ53.9668.5114.38-
YUV201.7546.87131.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 58 (23.05% from 255) = 11.79%
R=42.07%
G=46.14%
B=11.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207227580.0900.740.1167.175.1155.88
HexCFE33A904AB434b38
Octal317343721101121310311370
Binary1100111111100011111010100101001010101110000111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE33A; }

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

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

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

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

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

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

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

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