Html Css Color HEX #DFFC2F Pear

📋 copy color: '#DFFC2F'

red 223 ◦ green 252 ◦ blue 47

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

Shades of Pear #DFFC2F

Tints of Pear #DFFC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9%

R = 42.72%
G = 48.28%
B = 9%

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

#DFFC2F (or 0xDFFC2F) is known color: Pear. HEX triplet: DF, FC and 2F. RGB value is (223,252,47). Sum of RGB (Red+Green+Blue) = 223+252+47=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFC2F is #2003D0. Grayscale: #DCDCDC. Windows color (decimal): -2098129 or 3144927. OLE color: 3144927.

HSL color Cylindrical-coordinate representation of color #DFFC2F: hue angle of 68.49º 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 #DFFC2F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 252 47 -
CMYK 0.12 0 0.81 0.01
HSL 68.49º 0.97% 0.59% -
HSV(B) 68.49º 0.81% 0.99% -
XYZ 65.75 85.51 15.73 -
YUV 219.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 223 252 47 0.12 0 0.81 0.01 68.49 0.97 0.59
Hex DF FC 2F C 0 51 1 44 61 3B
Octal 337 374 57 14 0 121 1 104 141 73
Binary 11011111 11111100 101111 1100 0 1010001 1 1000100 1100001 111011

Color Harmonies of #DFFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC2F

Black with #DFFC2F

Text Example


Text Example

White with #DFFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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