Html Css Color HEX #DCF61D Pear

📋 copy color: '#DCF61D'

red 220 ◦ green 246 ◦ blue 29

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

Shades of Pear #DCF61D

Tints of Pear #DCF61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.86%

R = 44.44%
G = 49.7%
B = 5.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#DCF61D (or 0xDCF61D) is known color: Pear. HEX triplet: DC, F6 and 1D. RGB value is (220,246,29). Sum of RGB (Red+Green+Blue) = 220+246+29=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF61D is #2309E2. Grayscale: #D6D6D6. Windows color (decimal): -2296291 or 1963740. OLE color: 1963740.

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

Color convert

RGB 220 246 29 -
CMYK 0.11 0 0.88 0.04
HSL 67.19º 0.92% 0.54% -
HSV(B) 67.19º 0.88% 0.96% -
XYZ 62.69 81.22 13.53 -
YUV 213.49 23.89 132.64 -
System Red Green Blue C M Y K H S L
Decimal 220 246 29 0.11 0 0.88 0.04 67.19 0.92 0.54
Hex DC F6 1D B 0 58 4 43 5C 36
Octal 334 366 35 13 0 130 4 103 134 66
Binary 11011100 11110110 11101 1011 0 1011000 100 1000011 1011100 110110

Color Harmonies of #DCF61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF61D

Black with #DCF61D

Text Example


Text Example

White with #DCF61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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