Html Css Color HEX #DEF231 Pear

📋 copy color: '#DEF231'

red 222 ◦ green 242 ◦ blue 49

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

Shades of Pear #DEF231

Tints of Pear #DEF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.55%

R = 43.27%
G = 47.17%
B = 9.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DEF231 (or 0xDEF231) is known color: Pear. HEX triplet: DE, F2 and 31. RGB value is (222,242,49). Sum of RGB (Red+Green+Blue) = 222+242+49=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF231 is #210DCE. Grayscale: #D6D6D6. Windows color (decimal): -2166223 or 3273438. OLE color: 3273438.

HSL color Cylindrical-coordinate representation of color #DEF231: hue angle of 66.22º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF231 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 49 -
CMYK 0.08 0 0.80 0.05
HSL 66.22º 0.88% 0.57% -
HSV(B) 66.22º 0.8% 0.95% -
XYZ 62.43 79.26 14.91 -
YUV 214.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 222 242 49 0.08 0 0.80 0.05 66.22 0.88 0.57
Hex DE F2 31 8 0 50 5 42 58 39
Octal 336 362 61 10 0 120 5 102 130 71
Binary 11011110 11110010 110001 1000 0 1010000 101 1000010 1011000 111001

Color Harmonies of #DEF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF231

Black with #DEF231

Text Example


Text Example

White with #DEF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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