Html Css Color HEX #DCF146 Pear

📋 copy color: '#DCF146'

red 220 ◦ green 241 ◦ blue 70

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

Shades of Pear #DCF146

Tints of Pear #DCF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.18%

R = 41.43%
G = 45.39%
B = 13.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#DCF146 (or 0xDCF146) is known color: Pear. HEX triplet: DC, F1 and 46. RGB value is (220,241,70). Sum of RGB (Red+Green+Blue) = 220+241+70=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF146 is #230EB9. Grayscale: #D7D7D7. Windows color (decimal): -2297530 or 4649436. OLE color: 4649436.

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

Color convert

RGB 220 241 70 -
CMYK 0.09 0 0.71 0.05
HSL 67.37º 0.86% 0.61% -
HSV(B) 67.37º 0.71% 0.95% -
XYZ 62.08 78.57 17.69 -
YUV 215.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 220 241 70 0.09 0 0.71 0.05 67.37 0.86 0.61
Hex DC F1 46 9 0 47 5 43 56 3D
Octal 334 361 106 11 0 107 5 103 126 75
Binary 11011100 11110001 1000110 1001 0 1000111 101 1000011 1010110 111101

Color Harmonies of #DCF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF146

Black with #DCF146

Text Example


Text Example

White with #DCF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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