Html Css Color HEX #DCF638 Pear

📋 copy color: '#DCF638'

red 220 ◦ green 246 ◦ blue 56

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

Shades of Pear #DCF638

Tints of Pear #DCF638

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.13%

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

R = 42.15%
G = 47.13%
B = 10.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#DCF638 (or 0xDCF638) is known color: Pear. HEX triplet: DC, F6 and 38. RGB value is (220,246,56). Sum of RGB (Red+Green+Blue) = 220+246+56=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF638 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF638 is #2309C7. Grayscale: #D9D9D9. Windows color (decimal): -2296264 or 3733212. OLE color: 3733212.

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

Color convert

RGB 220 246 56 -
CMYK 0.11 0 0.77 0.04
HSL 68.21º 0.91% 0.59% -
HSV(B) 68.21º 0.77% 0.96% -
XYZ 63.18 81.41 16.13 -
YUV 216.57 37.39 130.45 -
System Red Green Blue C M Y K H S L
Decimal 220 246 56 0.11 0 0.77 0.04 68.21 0.91 0.59
Hex DC F6 38 B 0 4D 4 44 5B 3B
Octal 334 366 70 13 0 115 4 104 133 73
Binary 11011100 11110110 111000 1011 0 1001101 100 1000100 1011011 111011

Color Harmonies of #DCF638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF638

Black with #DCF638

Text Example


Text Example

White with #DCF638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF638; }

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

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

background-color css

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

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

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

border-color css

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

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

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