Html Css Color HEX #DCF948 Pear

📋 copy color: '#DCF948'

red 220 ◦ green 249 ◦ blue 72

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

Shades of Pear #DCF948

Tints of Pear #DCF948

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

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

R = 40.67%
G = 46.03%
B = 13.31%

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

#DCF948 (or 0xDCF948) is known color: Pear. HEX triplet: DC, F9 and 48. RGB value is (220,249,72). Sum of RGB (Red+Green+Blue) = 220+249+72=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 72 (28.52% from 255 or 13.31% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF948 is #2306B7. Grayscale: #DCDCDC. Windows color (decimal): -2295480 or 4782556. OLE color: 4782556.

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

Color convert

RGB 220 249 72 -
CMYK 0.12 0 0.71 0.02
HSL 69.83º 0.94% 0.63% -
HSV(B) 69.83º 0.71% 0.98% -
XYZ 64.56 83.43 18.83 -
YUV 220.15 44.39 127.89 -
System Red Green Blue C M Y K H S L
Decimal 220 249 72 0.12 0 0.71 0.02 69.83 0.94 0.63
Hex DC F9 48 C 0 47 2 46 5E 3F
Octal 334 371 110 14 0 107 2 106 136 77
Binary 11011100 11111001 1001000 1100 0 1000111 10 1000110 1011110 111111

Color Harmonies of #DCF948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF948

Black with #DCF948

Text Example


Text Example

White with #DCF948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF948; }

 p { color: rgb(220,249,72); }

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

background-color css

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

 a { background-color: rgb(220,249,72); }

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

border-color css

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

 span { border-color: rgb(220,249,72); }

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