Html Css Color HEX #DCF83D Pear

📋 copy color: '#DCF83D'

red 220 ◦ green 248 ◦ blue 61

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

Shades of Pear #DCF83D

Tints of Pear #DCF83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.53%

R = 41.59%
G = 46.88%
B = 11.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#DCF83D (or 0xDCF83D) is known color: Pear. HEX triplet: DC, F8 and 3D. RGB value is (220,248,61). Sum of RGB (Red+Green+Blue) = 220+248+61=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF83D is #2307C2. Grayscale: #DBDBDB. Windows color (decimal): -2295747 or 4061404. OLE color: 4061404.

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

Color convert

RGB 220 248 61 -
CMYK 0.11 0 0.75 0.03
HSL 68.98º 0.93% 0.61% -
HSV(B) 68.98º 0.75% 0.97% -
XYZ 63.92 82.69 17.01 -
YUV 218.31 39.22 129.21 -
System Red Green Blue C M Y K H S L
Decimal 220 248 61 0.11 0 0.75 0.03 68.98 0.93 0.61
Hex DC F8 3D B 0 4B 3 45 5D 3D
Octal 334 370 75 13 0 113 3 105 135 75
Binary 11011100 11111000 111101 1011 0 1001011 11 1000101 1011101 111101

Color Harmonies of #DCF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF83D

Black with #DCF83D

Text Example


Text Example

White with #DCF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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