Html Css Color HEX #DEF628 Pear

📋 copy color: '#DEF628'

red 222 ◦ green 246 ◦ blue 40

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

Shades of Pear #DEF628

Tints of Pear #DEF628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.43%

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

R = 43.7%
G = 48.43%
B = 7.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#DEF628 (or 0xDEF628) is known color: Pear. HEX triplet: DE, F6 and 28. RGB value is (222,246,40). Sum of RGB (Red+Green+Blue) = 222+246+40=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF628 is #2109D7. Grayscale: #D8D8D8. Windows color (decimal): -2165208 or 2684638. OLE color: 2684638.

HSL color Cylindrical-coordinate representation of color #DEF628: hue angle of 66.99º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DEF628 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 40 -
CMYK 0.10 0 0.84 0.04
HSL 66.99º 0.92% 0.56% -
HSV(B) 66.99º 0.84% 0.96% -
XYZ 63.46 81.59 14.41 -
YUV 215.34 29.05 132.75 -
System Red Green Blue C M Y K H S L
Decimal 222 246 40 0.10 0 0.84 0.04 66.99 0.92 0.56
Hex DE F6 28 A 0 54 4 43 5C 38
Octal 336 366 50 12 0 124 4 103 134 70
Binary 11011110 11110110 101000 1010 0 1010100 100 1000011 1011100 111000

Color Harmonies of #DEF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF628

Black with #DEF628

Text Example


Text Example

White with #DEF628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF628; }

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

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

background-color css

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

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

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

border-color css

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

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

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