Html Css Color HEX #DEF225 Pear

📋 copy color: '#DEF225'

red 222 ◦ green 242 ◦ blue 37

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

Shades of Pear #DEF225

Tints of Pear #DEF225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 37 (14.84% from 255) = 7.39%

R = 44.31%
G = 48.3%
B = 7.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#DEF225 (or 0xDEF225) is known color: Pear. HEX triplet: DE, F2 and 25. RGB value is (222,242,37). Sum of RGB (Red+Green+Blue) = 222+242+37=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 37 (14.84% from 255 or 7.39% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF225 is #210DDA. Grayscale: #D5D5D5. Windows color (decimal): -2166235 or 2487006. OLE color: 2487006.

HSL color Cylindrical-coordinate representation of color #DEF225: hue angle of 65.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEF225 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 37 -
CMYK 0.08 0 0.85 0.05
HSL 65.85º 0.89% 0.55% -
HSV(B) 65.85º 0.85% 0.95% -
XYZ 62.21 79.17 13.75 -
YUV 212.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 222 242 37 0.08 0 0.85 0.05 65.85 0.89 0.55
Hex DE F2 25 8 0 55 5 42 59 37
Octal 336 362 45 10 0 125 5 102 131 67
Binary 11011110 11110010 100101 1000 0 1010101 101 1000010 1011001 110111

Color Harmonies of #DEF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF225

Black with #DEF225

Text Example


Text Example

White with #DEF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF225; }

 p { color: rgb(222,242,37); }

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

background-color css

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

 a { background-color: rgb(222,242,37); }

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

border-color css

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

 span { border-color: rgb(222,242,37); }

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