Html Css Color HEX #DEF527 Pear

📋 copy color: '#DEF527'

red 222 ◦ green 245 ◦ blue 39

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

Shades of Pear #DEF527

Tints of Pear #DEF527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.71%

R = 43.87%
G = 48.42%
B = 7.71%

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

#DEF527 (or 0xDEF527) is known color: Pear. HEX triplet: DE, F5 and 27. RGB value is (222,245,39). Sum of RGB (Red+Green+Blue) = 222+245+39=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF527 is #210AD8. Grayscale: #D7D7D7. Windows color (decimal): -2165465 or 2618846. OLE color: 2618846.

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

Color convert

RGB 222 245 39 -
CMYK 0.09 0 0.84 0.04
HSL 66.7º 0.91% 0.56% -
HSV(B) 66.7º 0.84% 0.96% -
XYZ 63.14 80.98 14.22 -
YUV 214.64 28.88 133.25 -
System Red Green Blue C M Y K H S L
Decimal 222 245 39 0.09 0 0.84 0.04 66.7 0.91 0.56
Hex DE F5 27 9 0 54 4 43 5B 38
Octal 336 365 47 11 0 124 4 103 133 70
Binary 11011110 11110101 100111 1001 0 1010100 100 1000011 1011011 111000

Color Harmonies of #DEF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF527

Black with #DEF527

Text Example


Text Example

White with #DEF527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF527; }

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

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

background-color css

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

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

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

border-color css

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

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

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