Html Css Color HEX #DCF438 Pear

📋 copy color: '#DCF438'

red 220 ◦ green 244 ◦ blue 56

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

Shades of Pear #DCF438

Tints of Pear #DCF438

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.92%

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

R = 42.31%
G = 46.92%
B = 10.77%

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

#DCF438 (or 0xDCF438) is known color: Pear. HEX triplet: DC, F4 and 38. RGB value is (220,244,56). Sum of RGB (Red+Green+Blue) = 220+244+56=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF438 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF438 is #230BC7. Grayscale: #D8D8D8. Windows color (decimal): -2296776 or 3732700. OLE color: 3732700.

HSL color Cylindrical-coordinate representation of color #DCF438: hue angle of 67.66º 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 #DCF438 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 56 -
CMYK 0.10 0 0.77 0.04
HSL 67.66º 0.9% 0.59% -
HSV(B) 67.66º 0.77% 0.96% -
XYZ 62.58 80.2 15.92 -
YUV 215.39 38.05 131.29 -
System Red Green Blue C M Y K H S L
Decimal 220 244 56 0.10 0 0.77 0.04 67.66 0.9 0.59
Hex DC F4 38 A 0 4D 4 44 5A 3B
Octal 334 364 70 12 0 115 4 104 132 73
Binary 11011100 11110100 111000 1010 0 1001101 100 1000100 1011010 111011

Color Harmonies of #DCF438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF438

Black with #DCF438

Text Example


Text Example

White with #DCF438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF438; }

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

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

background-color css

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

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

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

border-color css

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

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

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