Html Css Color HEX #DEF528 Pear

📋 copy color: '#DEF528'

red 222 ◦ green 245 ◦ blue 40

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

Shades of Pear #DEF528

Tints of Pear #DEF528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.32%

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

R = 43.79%
G = 48.32%
B = 7.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#DEF528 (or 0xDEF528) is known color: Pear. HEX triplet: DE, F5 and 28. RGB value is (222,245,40). Sum of RGB (Red+Green+Blue) = 222+245+40=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 40 (16.02% from 255 or 7.89% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF528 is #210AD7. Grayscale: #D7D7D7. Windows color (decimal): -2165464 or 2684382. OLE color: 2684382.

HSL color Cylindrical-coordinate representation of color #DEF528: hue angle of 66.73º degrees, saturation: 0.91, 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 #DEF528 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 40 -
CMYK 0.09 0 0.84 0.04
HSL 66.73º 0.91% 0.56% -
HSV(B) 66.73º 0.84% 0.96% -
XYZ 63.16 80.99 14.31 -
YUV 214.75 29.38 133.17 -
System Red Green Blue C M Y K H S L
Decimal 222 245 40 0.09 0 0.84 0.04 66.73 0.91 0.56
Hex DE F5 28 9 0 54 4 43 5B 38
Octal 336 365 50 11 0 124 4 103 133 70
Binary 11011110 11110101 101000 1001 0 1010100 100 1000011 1011011 111000

Color Harmonies of #DEF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF528

Black with #DEF528

Text Example


Text Example

White with #DEF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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