Html Css Color HEX #DFFA30 Pear

📋 copy color: '#DFFA30'

red 223 ◦ green 250 ◦ blue 48

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

Shades of Pear #DFFA30

Tints of Pear #DFFA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.98%

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

R = 42.8%
G = 47.98%
B = 9.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DFFA30 (or 0xDFFA30) is known color: Pear. HEX triplet: DF, FA and 30. RGB value is (223,250,48). Sum of RGB (Red+Green+Blue) = 223+250+48=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFA30 is #2005CF. Grayscale: #DBDBDB. Windows color (decimal): -2098640 or 3209951. OLE color: 3209951.

HSL color Cylindrical-coordinate representation of color #DFFA30: hue angle of 68.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFFA30 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 250 48 -
CMYK 0.11 0 0.81 0.02
HSL 68.02º 0.95% 0.58% -
HSV(B) 68.02º 0.81% 0.98% -
XYZ 65.15 84.27 15.63 -
YUV 218.9 31.55 130.93 -
System Red Green Blue C M Y K H S L
Decimal 223 250 48 0.11 0 0.81 0.02 68.02 0.95 0.58
Hex DF FA 30 B 0 51 2 44 5F 3A
Octal 337 372 60 13 0 121 2 104 137 72
Binary 11011111 11111010 110000 1011 0 1010001 10 1000100 1011111 111010

Color Harmonies of #DFFA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFA30

Black with #DFFA30

Text Example


Text Example

White with #DFFA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFA30; }

 p { color: rgb(223,250,48); }

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

background-color css

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

 a { background-color: rgb(223,250,48); }

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

border-color css

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

 span { border-color: rgb(223,250,48); }

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