Html Css Color HEX #DCFB4A Pear

📋 copy color: '#DCFB4A'

red 220 ◦ green 251 ◦ blue 74

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

Shades of Pear #DCFB4A

Tints of Pear #DCFB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

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

R = 40.37%
G = 46.06%
B = 13.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DCFB4A (or 0xDCFB4A) is known color: Pear. HEX triplet: DC, FB and 4A. RGB value is (220,251,74). Sum of RGB (Red+Green+Blue) = 220+251+74=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB4A is #2304B5. Grayscale: #DEDEDE. Windows color (decimal): -2294966 or 4914140. OLE color: 4914140.

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

Color convert

RGB 220 251 74 -
CMYK 0.12 0 0.71 0.02
HSL 70.51º 0.96% 0.64% -
HSV(B) 70.51º 0.71% 0.98% -
XYZ 65.25 84.7 19.39 -
YUV 221.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 220 251 74 0.12 0 0.71 0.02 70.51 0.96 0.64
Hex DC FB 4A C 0 47 2 47 60 40
Octal 334 373 112 14 0 107 2 107 140 100
Binary 11011100 11111011 1001010 1100 0 1000111 10 1000111 1100000 1000000

Color Harmonies of #DCFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB4A

Black with #DCFB4A

Text Example


Text Example

White with #DCFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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