Html Css Color HEX #DCF830 Pear

📋 copy color: '#DCF830'

red 220 ◦ green 248 ◦ blue 48

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

Shades of Pear #DCF830

Tints of Pear #DCF830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.06%

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

R = 42.64%
G = 48.06%
B = 9.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#DCF830 (or 0xDCF830) is known color: Pear. HEX triplet: DC, F8 and 30. RGB value is (220,248,48). Sum of RGB (Red+Green+Blue) = 220+248+48=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF830 is #2307CF. Grayscale: #D9D9D9. Windows color (decimal): -2295760 or 3209436. OLE color: 3209436.

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

Color convert

RGB 220 248 48 -
CMYK 0.11 0 0.81 0.03
HSL 68.4º 0.93% 0.58% -
HSV(B) 68.4º 0.81% 0.97% -
XYZ 63.62 82.56 15.38 -
YUV 216.83 32.72 130.26 -
System Red Green Blue C M Y K H S L
Decimal 220 248 48 0.11 0 0.81 0.03 68.4 0.93 0.58
Hex DC F8 30 B 0 51 3 44 5D 3A
Octal 334 370 60 13 0 121 3 104 135 72
Binary 11011100 11111000 110000 1011 0 1010001 11 1000100 1011101 111010

Color Harmonies of #DCF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF830

Black with #DCF830

Text Example


Text Example

White with #DCF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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