Html Css Color HEX #DEF830 Pear

📋 copy color: '#DEF830'

red 222 ◦ green 248 ◦ blue 48

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

Shades of Pear #DEF830

Tints of Pear #DEF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.88%

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

R = 42.86%
G = 47.88%
B = 9.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#DEF830 (or 0xDEF830) is known color: Pear. HEX triplet: DE, F8 and 30. RGB value is (222,248,48). Sum of RGB (Red+Green+Blue) = 222+248+48=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF830 is #2107CF. Grayscale: #DADADA. Windows color (decimal): -2164688 or 3209438. OLE color: 3209438.

HSL color Cylindrical-coordinate representation of color #DEF830: hue angle of 67.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEF830 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 48 -
CMYK 0.10 0 0.81 0.03
HSL 67.8º 0.93% 0.58% -
HSV(B) 67.8º 0.81% 0.97% -
XYZ 64.23 82.88 15.41 -
YUV 217.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 222 248 48 0.10 0 0.81 0.03 67.8 0.93 0.58
Hex DE F8 30 A 0 51 3 44 5D 3A
Octal 336 370 60 12 0 121 3 104 135 72
Binary 11011110 11111000 110000 1010 0 1010001 11 1000100 1011101 111010

Color Harmonies of #DEF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF830

Black with #DEF830

Text Example


Text Example

White with #DEF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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