Html Css Color HEX #DCF94A Pear

📋 copy color: '#DCF94A'

red 220 ◦ green 249 ◦ blue 74

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

Shades of Pear #DCF94A

Tints of Pear #DCF94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.63%

R = 40.52%
G = 45.86%
B = 13.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#DCF94A (or 0xDCF94A) is known color: Pear. HEX triplet: DC, F9 and 4A. RGB value is (220,249,74). Sum of RGB (Red+Green+Blue) = 220+249+74=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF94A is #2306B5. Grayscale: #DDDDDD. Windows color (decimal): -2295478 or 4913628. OLE color: 4913628.

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

Color convert

RGB 220 249 74 -
CMYK 0.12 0 0.70 0.02
HSL 69.94º 0.94% 0.63% -
HSV(B) 69.94º 0.7% 0.98% -
XYZ 64.63 83.46 19.18 -
YUV 220.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 220 249 74 0.12 0 0.70 0.02 69.94 0.94 0.63
Hex DC F9 4A C 0 46 2 46 5E 3F
Octal 334 371 112 14 0 106 2 106 136 77
Binary 11011100 11111001 1001010 1100 0 1000110 10 1000110 1011110 111111

Color Harmonies of #DCF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF94A

Black with #DCF94A

Text Example


Text Example

White with #DCF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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