Html Css Color HEX #DCF61F Pear

📋 copy color: '#DCF61F'

red 220 ◦ green 246 ◦ blue 31

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

Shades of Pear #DCF61F

Tints of Pear #DCF61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.24%

R = 44.27%
G = 49.5%
B = 6.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DCF61F (or 0xDCF61F) is known color: Pear. HEX triplet: DC, F6 and 1F. RGB value is (220,246,31). Sum of RGB (Red+Green+Blue) = 220+246+31=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF61F is #2309E0. Grayscale: #D6D6D6. Windows color (decimal): -2296289 or 2094812. OLE color: 2094812.

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

Color convert

RGB 220 246 31 -
CMYK 0.11 0 0.87 0.04
HSL 67.26º 0.92% 0.54% -
HSV(B) 67.26º 0.87% 0.96% -
XYZ 62.72 81.23 13.67 -
YUV 213.72 24.89 132.48 -
System Red Green Blue C M Y K H S L
Decimal 220 246 31 0.11 0 0.87 0.04 67.26 0.92 0.54
Hex DC F6 1F B 0 57 4 43 5C 36
Octal 334 366 37 13 0 127 4 103 134 66
Binary 11011100 11110110 11111 1011 0 1010111 100 1000011 1011100 110110

Color Harmonies of #DCF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF61F

Black with #DCF61F

Text Example


Text Example

White with #DCF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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