#DEF33D

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

Shades of Pear #DEF33D

Tints of Pear #DEF33D

Color information

#DEF33D (or 0xDEF33D) is unknown color: approx Pear. HEX triplet: DE, F3 and 3D. RGB value is (222,243,61). Sum of RGB (Red+Green+Blue) = 222+243+61=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF33D is #210CC2. Grayscale: #D8D8D8. Windows color (decimal): -2165955 or 4060126. OLE color: 4060126.

HSL color Cylindrical-coordinate representation of color #DEF33D: hue angle of 66.92º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEF33D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB22224361-
CMYK0.0900.750.05
HSL66.92º88.35%59.61%-
HSV(B)66.92º74.9%95.29%-
XYZ63.0279.9716.53-
YUV215.9740.54132.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 243 (95.31% from 255) = 46.20%
BLUE value IS 61 (24.22% from 255) = 11.60%
R=42.21%
G=46.20%
B=11.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222243610.0900.750.0566.9288.3559.61
HexDEF33D904B543583c
Octal33636375110113510313074
Binary110111101111001111110110010100101110110000111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF33D; }

 p { color: rgb(222,243,61); }

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

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

 a { background-color: rgb(222,243,61); }

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

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

 span { border-color: rgb(222,243,61); }

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