Html Css Color HEX #DCF92F Pear

📋 copy color: '#DCF92F'

red 220 ◦ green 249 ◦ blue 47

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

Shades of Pear #DCF92F

Tints of Pear #DCF92F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 47 (18.75% from 255) = 9.11%

R = 42.64%
G = 48.26%
B = 9.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DCF92F (or 0xDCF92F) is known color: Pear. HEX triplet: DC, F9 and 2F. RGB value is (220,249,47). Sum of RGB (Red+Green+Blue) = 220+249+47=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF92F is #2306D0. Grayscale: #DADADA. Windows color (decimal): -2295505 or 3144156. OLE color: 3144156.

HSL color Cylindrical-coordinate representation of color #DCF92F: hue angle of 68.61º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF92F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 47 -
CMYK 0.12 0 0.81 0.02
HSL 68.61º 0.94% 0.58% -
HSV(B) 68.61º 0.81% 0.98% -
XYZ 63.9 83.17 15.38 -
YUV 217.3 31.89 129.93 -
System Red Green Blue C M Y K H S L
Decimal 220 249 47 0.12 0 0.81 0.02 68.61 0.94 0.58
Hex DC F9 2F C 0 51 2 45 5E 3A
Octal 334 371 57 14 0 121 2 105 136 72
Binary 11011100 11111001 101111 1100 0 1010001 10 1000101 1011110 111010

Color Harmonies of #DCF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF92F

Black with #DCF92F

Text Example


Text Example

White with #DCF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF92F; }

 p { color: rgb(220,249,47); }

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

background-color css

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

 a { background-color: rgb(220,249,47); }

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

border-color css

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

 span { border-color: rgb(220,249,47); }

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