#CFEB31

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

Shades of Pear #CFEB31

Tints of Pear #CFEB31

Color information

#CFEB31 (or 0xCFEB31) is unknown color: approx Pear. HEX triplet: CF, EB and 31. RGB value is (207,235,49). Sum of RGB (Red+Green+Blue) = 207+235+49=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB31 is #3014CE. Grayscale: #CECECE. Windows color (decimal): -3151055 or 3271631. OLE color: 3271631.

HSL color Cylindrical-coordinate representation of color #CFEB31: hue angle of 69.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFEB31 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB20723549-
CMYK0.1200.790.08
HSL69.03º82.3%55.69%-
HSV(B)69.03º79.15%92.16%-
XYZ55.9972.914.03-
YUV205.4239.72129.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 49 (19.53% from 255) = 9.98%
R=42.16%
G=47.86%
B=9.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207235490.1200.790.0869.0382.355.69
HexCFEB31C04F8455238
Octal317353611401171010512270
Binary1100111111101011110001110001001111100010001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB31; }

 p { color: rgb(207,235,49); }

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

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

 a { background-color: rgb(207,235,49); }

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

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

 span { border-color: rgb(207,235,49); }

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