Html Css Color HEX #DFFC2E Pear

📋 copy color: '#DFFC2E'

red 223 ◦ green 252 ◦ blue 46

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

Shades of Pear #DFFC2E

Tints of Pear #DFFC2E

RGB

 RED value IS 223 (87.5% from 255) = 42.8%

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

 BLUE value IS 46 (18.36% from 255) = 8.83%

R = 42.8%
G = 48.37%
B = 8.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#DFFC2E (or 0xDFFC2E) is known color: Pear. HEX triplet: DF, FC and 2E. RGB value is (223,252,46). Sum of RGB (Red+Green+Blue) = 223+252+46=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC2E is #2003D1. Grayscale: #DCDCDC. Windows color (decimal): -2098130 or 3079391. OLE color: 3079391.

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

Color convert

RGB 223 252 46 -
CMYK 0.12 0 0.82 0.01
HSL 68.45º 0.97% 0.58% -
HSV(B) 68.45º 0.82% 0.99% -
XYZ 65.73 85.51 15.62 -
YUV 219.85 29.89 130.25 -
System Red Green Blue C M Y K H S L
Decimal 223 252 46 0.12 0 0.82 0.01 68.45 0.97 0.58
Hex DF FC 2E C 0 52 1 44 61 3A
Octal 337 374 56 14 0 122 1 104 141 72
Binary 11011111 11111100 101110 1100 0 1010010 1 1000100 1100001 111010

Color Harmonies of #DFFC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC2E

Black with #DFFC2E

Text Example


Text Example

White with #DFFC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC2E; }

 p { color: rgb(223,252,46); }

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

background-color css

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

 a { background-color: rgb(223,252,46); }

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

border-color css

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

 span { border-color: rgb(223,252,46); }

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