Html Css Color HEX #DFFF48 Pear

📋 copy color: '#DFFF48'

red 223 ◦ green 255 ◦ blue 72

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

Shades of Pear #DFFF48

Tints of Pear #DFFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 46.36%

 BLUE value IS 72 (28.52% from 255) = 13.09%

R = 40.55%
G = 46.36%
B = 13.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#DFFF48 (or 0xDFFF48) is known color: Pear. HEX triplet: DF, FF and 48. RGB value is (223,255,72). Sum of RGB (Red+Green+Blue) = 223+255+72=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 72 (28.52% from 255 or 13.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF48 is #2000B7. Grayscale: #E1E1E1. Windows color (decimal): -2097336 or 4784095. OLE color: 4784095.

HSL color Cylindrical-coordinate representation of color #DFFF48: hue angle of 70.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFFF48 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 223 255 72 -
CMYK 0.13 0 0.72 0
HSL 70.49º 1% 0.64% -
HSV(B) 70.49º 0.72% 1% -
XYZ 67.36 87.68 19.5 -
YUV 224.57 41.9 126.88 -
System Red Green Blue C M Y K H S L
Decimal 223 255 72 0.13 0 0.72 0 70.49 1 0.64
Hex DF FF 48 D 0 48 0 46 64 40
Octal 337 377 110 15 0 110 0 106 144 100
Binary 11011111 11111111 1001000 1101 0 1001000 0 1000110 1100100 1000000

Color Harmonies of #DFFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFF48

Black with #DFFF48

Text Example


Text Example

White with #DFFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFF48; }

 p { color: rgb(223,255,72); }

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

background-color css

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

 a { background-color: rgb(223,255,72); }

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

border-color css

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

 span { border-color: rgb(223,255,72); }

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