Html Css Color HEX #DCF538 Pear

📋 copy color: '#DCF538'

red 220 ◦ green 245 ◦ blue 56

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

Shades of Pear #DCF538

Tints of Pear #DCF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.02%

 BLUE value IS 56 (22.27% from 255) = 10.75%

R = 42.23%
G = 47.02%
B = 10.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#DCF538 (or 0xDCF538) is known color: Pear. HEX triplet: DC, F5 and 38. RGB value is (220,245,56). Sum of RGB (Red+Green+Blue) = 220+245+56=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF538 is #230AC7. Grayscale: #D8D8D8. Windows color (decimal): -2296520 or 3732956. OLE color: 3732956.

HSL color Cylindrical-coordinate representation of color #DCF538: hue angle of 67.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF538 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 56 -
CMYK 0.10 0 0.77 0.04
HSL 67.94º 0.9% 0.59% -
HSV(B) 67.94º 0.77% 0.96% -
XYZ 62.88 80.81 16.02 -
YUV 215.98 37.72 130.87 -
System Red Green Blue C M Y K H S L
Decimal 220 245 56 0.10 0 0.77 0.04 67.94 0.9 0.59
Hex DC F5 38 A 0 4D 4 44 5A 3B
Octal 334 365 70 12 0 115 4 104 132 73
Binary 11011100 11110101 111000 1010 0 1001101 100 1000100 1011010 111011

Color Harmonies of #DCF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF538

Black with #DCF538

Text Example


Text Example

White with #DCF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF538; }

 p { color: rgb(220,245,56); }

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

background-color css

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

 a { background-color: rgb(220,245,56); }

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

border-color css

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

 span { border-color: rgb(220,245,56); }

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