Html Css Color HEX #DEFC30 Pear

📋 copy color: '#DEFC30'

red 222 ◦ green 252 ◦ blue 48

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

Shades of Pear #DEFC30

Tints of Pear #DEFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

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

R = 42.53%
G = 48.28%
B = 9.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DEFC30 (or 0xDEFC30) is known color: Pear. HEX triplet: DE, FC and 30. RGB value is (222,252,48). Sum of RGB (Red+Green+Blue) = 222+252+48=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFC30 is #2103CF. Grayscale: #DCDCDC. Windows color (decimal): -2163664 or 3210462. OLE color: 3210462.

HSL color Cylindrical-coordinate representation of color #DEFC30: hue angle of 68.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEFC30 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 48 -
CMYK 0.12 0 0.81 0.01
HSL 68.82º 0.97% 0.59% -
HSV(B) 68.82º 0.81% 0.99% -
XYZ 65.47 85.36 15.82 -
YUV 219.77 31.06 129.59 -
System Red Green Blue C M Y K H S L
Decimal 222 252 48 0.12 0 0.81 0.01 68.82 0.97 0.59
Hex DE FC 30 C 0 51 1 45 61 3B
Octal 336 374 60 14 0 121 1 105 141 73
Binary 11011110 11111100 110000 1100 0 1010001 1 1000101 1100001 111011

Color Harmonies of #DEFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC30

Black with #DEFC30

Text Example


Text Example

White with #DEFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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