Html Css Color HEX #DCF141 Pear

📋 copy color: '#DCF141'

red 220 ◦ green 241 ◦ blue 65

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

Shades of Pear #DCF141

Tints of Pear #DCF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.36%

R = 41.83%
G = 45.82%
B = 12.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DCF141 (or 0xDCF141) is known color: Pear. HEX triplet: DC, F1 and 41. RGB value is (220,241,65). Sum of RGB (Red+Green+Blue) = 220+241+65=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF141 is #230EBE. Grayscale: #D7D7D7. Windows color (decimal): -2297535 or 4321756. OLE color: 4321756.

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

Color convert

RGB 220 241 65 -
CMYK 0.09 0 0.73 0.05
HSL 67.16º 0.86% 0.6% -
HSV(B) 67.16º 0.73% 0.95% -
XYZ 61.92 78.51 16.89 -
YUV 214.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 220 241 65 0.09 0 0.73 0.05 67.16 0.86 0.6
Hex DC F1 41 9 0 49 5 43 56 3C
Octal 334 361 101 11 0 111 5 103 126 74
Binary 11011100 11110001 1000001 1001 0 1001001 101 1000011 1010110 111100

Color Harmonies of #DCF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF141

Black with #DCF141

Text Example


Text Example

White with #DCF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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