#DEF41F

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

Shades of Pear #DEF41F

Tints of Pear #DEF41F

Color information

#DEF41F (or 0xDEF41F) is unknown color: approx Pear. HEX triplet: DE, F4 and 1F. RGB value is (222,244,31). Sum of RGB (Red+Green+Blue) = 222+244+31=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF41F is #210BE0. Grayscale: #D5D5D5. Windows color (decimal): -2165729 or 2094302. OLE color: 2094302.

HSL color Cylindrical-coordinate representation of color #DEF41F: hue angle of 66.2º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEF41F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB22224431-
CMYK0.0900.870.04
HSL66.2º90.64%53.92%-
HSV(B)66.2º87.3%95.69%-
XYZ62.7280.3313.5-
YUV213.1425.21134.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 244 (95.70% from 255) = 49.09%
BLUE value IS 31 (12.5% from 255) = 6.24%
R=44.67%
G=49.09%
B=6.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal222244310.0900.870.0466.290.6453.92
HexDEF41F90574425b36
Octal33636437110127410213366
Binary11011110111101001111110010101011110010000101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF41F; }

 p { color: rgb(222,244,31); }

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

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

 a { background-color: rgb(222,244,31); }

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

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

 span { border-color: rgb(222,244,31); }

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