Html Css Color HEX #DCF63F Pear

📋 copy color: '#DCF63F'

red 220 ◦ green 246 ◦ blue 63

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

Shades of Pear #DCF63F

Tints of Pear #DCF63F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 63 (25% from 255) = 11.91%

R = 41.59%
G = 46.5%
B = 11.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#DCF63F (or 0xDCF63F) is known color: Pear. HEX triplet: DC, F6 and 3F. RGB value is (220,246,63). Sum of RGB (Red+Green+Blue) = 220+246+63=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63F is #2309C0. Grayscale: #DADADA. Windows color (decimal): -2296257 or 4191964. OLE color: 4191964.

HSL color Cylindrical-coordinate representation of color #DCF63F: hue angle of 68.52º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF63F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 63 -
CMYK 0.11 0 0.74 0.04
HSL 68.52º 0.91% 0.61% -
HSV(B) 68.52º 0.74% 0.96% -
XYZ 63.37 81.49 17.09 -
YUV 217.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 220 246 63 0.11 0 0.74 0.04 68.52 0.91 0.61
Hex DC F6 3F B 0 4A 4 45 5B 3D
Octal 334 366 77 13 0 112 4 105 133 75
Binary 11011100 11110110 111111 1011 0 1001010 100 1000101 1011011 111101

Color Harmonies of #DCF63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF63F

Black with #DCF63F

Text Example


Text Example

White with #DCF63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF63F; }

 p { color: rgb(220,246,63); }

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

background-color css

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

 a { background-color: rgb(220,246,63); }

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

border-color css

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

 span { border-color: rgb(220,246,63); }

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