Html Css Color HEX #DEF028 Pear

📋 copy color: '#DEF028'

red 222 ◦ green 240 ◦ blue 40

#DEF028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DEF028

Tints of Pear #DEF028

RGB

 RED value IS 222 (87.11% from 255) = 44.22%

 GREEN value IS 240 (94.14% from 255) = 47.81%

 BLUE value IS 40 (16.02% from 255) = 7.97%

R = 44.22%
G = 47.81%
B = 7.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#DEF028 (or 0xDEF028) is known color: Pear. HEX triplet: DE, F0 and 28. RGB value is (222,240,40). Sum of RGB (Red+Green+Blue) = 222+240+40=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 40 (16.02% from 255 or 7.97% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF028 is #210FD7. Grayscale: #D4D4D4. Windows color (decimal): -2166744 or 2683102. OLE color: 2683102.

HSL color Cylindrical-coordinate representation of color #DEF028: hue angle of 65.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEF028 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 40 -
CMYK 0.08 0 0.83 0.06
HSL 65.4º 0.87% 0.55% -
HSV(B) 65.4º 0.83% 0.94% -
XYZ 61.67 78 13.81 -
YUV 211.82 31.04 135.26 -
System Red Green Blue C M Y K H S L
Decimal 222 240 40 0.08 0 0.83 0.06 65.4 0.87 0.55
Hex DE F0 28 8 0 53 6 41 57 37
Octal 336 360 50 10 0 123 6 101 127 67
Binary 11011110 11110000 101000 1000 0 1010011 110 1000001 1010111 110111

Color Harmonies of #DEF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF028

Black with #DEF028

Text Example


Text Example

White with #DEF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF028; }

 p { color: rgb(222,240,40); }

 H1.HeaderClassName
 {
   color: #DEF028;
 }
 .AnyTagClassName
 {
   color: #DEF028;
 }
</style>

background-color css

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

 a { background-color: rgb(222,240,40); }

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

border-color css

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

 span { border-color: rgb(222,240,40); }

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