Html Css Color HEX #DEF930 Pear

📋 copy color: '#DEF930'

red 222 ◦ green 249 ◦ blue 48

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

Shades of Pear #DEF930

Tints of Pear #DEF930

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.98%

 BLUE value IS 48 (19.14% from 255) = 9.25%

R = 42.77%
G = 47.98%
B = 9.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DEF930 (or 0xDEF930) is known color: Pear. HEX triplet: DE, F9 and 30. RGB value is (222,249,48). Sum of RGB (Red+Green+Blue) = 222+249+48=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF930 is #2106CF. Grayscale: #DADADA. Windows color (decimal): -2164432 or 3209694. OLE color: 3209694.

HSL color Cylindrical-coordinate representation of color #DEF930: hue angle of 68.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEF930 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 48 -
CMYK 0.11 0 0.81 0.02
HSL 68.06º 0.94% 0.58% -
HSV(B) 68.06º 0.81% 0.98% -
XYZ 64.53 83.49 15.51 -
YUV 218.01 32.05 130.84 -
System Red Green Blue C M Y K H S L
Decimal 222 249 48 0.11 0 0.81 0.02 68.06 0.94 0.58
Hex DE F9 30 B 0 51 2 44 5E 3A
Octal 336 371 60 13 0 121 2 104 136 72
Binary 11011110 11111001 110000 1011 0 1010001 10 1000100 1011110 111010

Color Harmonies of #DEF930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF930

Black with #DEF930

Text Example


Text Example

White with #DEF930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF930; }

 p { color: rgb(222,249,48); }

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

background-color css

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

 a { background-color: rgb(222,249,48); }

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

border-color css

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

 span { border-color: rgb(222,249,48); }

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