Html Css Color HEX #DCFB49 Pear

📋 copy color: '#DCFB49'

red 220 ◦ green 251 ◦ blue 73

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

Shades of Pear #DCFB49

Tints of Pear #DCFB49

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.14%

 BLUE value IS 73 (28.91% from 255) = 13.42%

R = 40.44%
G = 46.14%
B = 13.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DCFB49 (or 0xDCFB49) is known color: Pear. HEX triplet: DC, FB and 49. RGB value is (220,251,73). Sum of RGB (Red+Green+Blue) = 220+251+73=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 73 (28.91% from 255 or 13.42% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB49 is #2304B6. Grayscale: #DEDEDE. Windows color (decimal): -2294967 or 4848604. OLE color: 4848604.

HSL color Cylindrical-coordinate representation of color #DCFB49: hue angle of 70.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCFB49 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 73 -
CMYK 0.12 0 0.71 0.02
HSL 70.45º 0.96% 0.64% -
HSV(B) 70.45º 0.71% 0.98% -
XYZ 65.21 84.69 19.21 -
YUV 221.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 220 251 73 0.12 0 0.71 0.02 70.45 0.96 0.64
Hex DC FB 49 C 0 47 2 46 60 40
Octal 334 373 111 14 0 107 2 106 140 100
Binary 11011100 11111011 1001001 1100 0 1000111 10 1000110 1100000 1000000

Color Harmonies of #DCFB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB49

Black with #DCFB49

Text Example


Text Example

White with #DCFB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB49; }

 p { color: rgb(220,251,73); }

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

background-color css

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

 a { background-color: rgb(220,251,73); }

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

border-color css

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

 span { border-color: rgb(220,251,73); }

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