Html Css Color HEX #DCFB3E Pear

📋 copy color: '#DCFB3E'

red 220 ◦ green 251 ◦ blue 62

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

Shades of Pear #DCFB3E

Tints of Pear #DCFB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.63%

R = 41.28%
G = 47.09%
B = 11.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DCFB3E (or 0xDCFB3E) is known color: Pear. HEX triplet: DC, FB and 3E. RGB value is (220,251,62). Sum of RGB (Red+Green+Blue) = 220+251+62=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB3E is #2304C1. Grayscale: #DCDCDC. Windows color (decimal): -2294978 or 4127708. OLE color: 4127708.

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

Color convert

RGB 220 251 62 -
CMYK 0.12 0 0.75 0.02
HSL 69.84º 0.96% 0.61% -
HSV(B) 69.84º 0.75% 0.98% -
XYZ 64.88 84.56 17.46 -
YUV 220.19 38.73 127.87 -
System Red Green Blue C M Y K H S L
Decimal 220 251 62 0.12 0 0.75 0.02 69.84 0.96 0.61
Hex DC FB 3E C 0 4B 2 46 60 3D
Octal 334 373 76 14 0 113 2 106 140 75
Binary 11011100 11111011 111110 1100 0 1001011 10 1000110 1100000 111101

Color Harmonies of #DCFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB3E

Black with #DCFB3E

Text Example


Text Example

White with #DCFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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