Html Css Color HEX #DCF11D Pear

📋 copy color: '#DCF11D'

red 220 ◦ green 241 ◦ blue 29

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

Shades of Pear #DCF11D

Tints of Pear #DCF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

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

R = 44.9%
G = 49.18%
B = 5.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DCF11D (or 0xDCF11D) is known color: Pear. HEX triplet: DC, F1 and 1D. RGB value is (220,241,29). Sum of RGB (Red+Green+Blue) = 220+241+29=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF11D is #230EE2. Grayscale: #D3D3D3. Windows color (decimal): -2297571 or 1962460. OLE color: 1962460.

HSL color Cylindrical-coordinate representation of color #DCF11D: hue angle of 65.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF11D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 29 -
CMYK 0.09 0 0.88 0.05
HSL 65.94º 0.88% 0.53% -
HSV(B) 65.94º 0.88% 0.95% -
XYZ 61.19 78.21 13.03 -
YUV 210.55 25.54 134.74 -
System Red Green Blue C M Y K H S L
Decimal 220 241 29 0.09 0 0.88 0.05 65.94 0.88 0.53
Hex DC F1 1D 9 0 58 5 42 58 35
Octal 334 361 35 11 0 130 5 102 130 65
Binary 11011100 11110001 11101 1001 0 1011000 101 1000010 1011000 110101

Color Harmonies of #DCF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF11D

Black with #DCF11D

Text Example


Text Example

White with #DCF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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