Html Css Color HEX #DCF631 Pear

📋 copy color: '#DCF631'

red 220 ◦ green 246 ◦ blue 49

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

Shades of Pear #DCF631

Tints of Pear #DCF631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.51%

R = 42.72%
G = 47.77%
B = 9.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DCF631 (or 0xDCF631) is known color: Pear. HEX triplet: DC, F6 and 31. RGB value is (220,246,49). Sum of RGB (Red+Green+Blue) = 220+246+49=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF631 is #2309CE. Grayscale: #D8D8D8. Windows color (decimal): -2296271 or 3274460. OLE color: 3274460.

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

Color convert

RGB 220 246 49 -
CMYK 0.11 0 0.80 0.04
HSL 67.92º 0.92% 0.58% -
HSV(B) 67.92º 0.8% 0.96% -
XYZ 63.03 81.35 15.29 -
YUV 215.77 33.89 131.02 -
System Red Green Blue C M Y K H S L
Decimal 220 246 49 0.11 0 0.80 0.04 67.92 0.92 0.58
Hex DC F6 31 B 0 50 4 44 5C 3A
Octal 334 366 61 13 0 120 4 104 134 72
Binary 11011100 11110110 110001 1011 0 1010000 100 1000100 1011100 111010

Color Harmonies of #DCF631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF631

Black with #DCF631

Text Example


Text Example

White with #DCF631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF631; }

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

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

background-color css

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

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

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

border-color css

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

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

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