Html Css Color HEX #DCFD30 Pear

📋 copy color: '#DCFD30'

red 220 ◦ green 253 ◦ blue 48

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

Shades of Pear #DCFD30

Tints of Pear #DCFD30

RGB

 RED value IS 220 (86.33% from 255) = 42.23%

 GREEN value IS 253 (99.22% from 255) = 48.56%

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

R = 42.23%
G = 48.56%
B = 9.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DCFD30 (or 0xDCFD30) is known color: Pear. HEX triplet: DC, FD and 30. RGB value is (220,253,48). Sum of RGB (Red+Green+Blue) = 220+253+48=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD30 is #2302CF. Grayscale: #DCDCDC. Windows color (decimal): -2294480 or 3210716. OLE color: 3210716.

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

Color convert

RGB 220 253 48 -
CMYK 0.13 0 0.81 0.01
HSL 69.66º 0.98% 0.59% -
HSV(B) 69.66º 0.81% 0.99% -
XYZ 65.17 85.68 15.9 -
YUV 219.76 31.07 128.17 -
System Red Green Blue C M Y K H S L
Decimal 220 253 48 0.13 0 0.81 0.01 69.66 0.98 0.59
Hex DC FD 30 D 0 51 1 46 62 3B
Octal 334 375 60 15 0 121 1 106 142 73
Binary 11011100 11111101 110000 1101 0 1010001 1 1000110 1100010 111011

Color Harmonies of #DCFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD30

Black with #DCFD30

Text Example


Text Example

White with #DCFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD30; }

 p { color: rgb(220,253,48); }

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

background-color css

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

 a { background-color: rgb(220,253,48); }

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

border-color css

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

 span { border-color: rgb(220,253,48); }

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