Html Css Color HEX #DCF138 Pear

📋 copy color: '#DCF138'

red 220 ◦ green 241 ◦ blue 56

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

Shades of Pear #DCF138

Tints of Pear #DCF138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.62%

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

R = 42.55%
G = 46.62%
B = 10.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DCF138 (or 0xDCF138) is known color: Pear. HEX triplet: DC, F1 and 38. RGB value is (220,241,56). Sum of RGB (Red+Green+Blue) = 220+241+56=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF138 is #230EC7. Grayscale: #D6D6D6. Windows color (decimal): -2297544 or 3731932. OLE color: 3731932.

HSL color Cylindrical-coordinate representation of color #DCF138: hue angle of 66.81º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF138 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 56 -
CMYK 0.09 0 0.77 0.05
HSL 66.81º 0.87% 0.58% -
HSV(B) 66.81º 0.77% 0.95% -
XYZ 61.68 78.41 15.63 -
YUV 213.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 220 241 56 0.09 0 0.77 0.05 66.81 0.87 0.58
Hex DC F1 38 9 0 4D 5 43 57 3A
Octal 334 361 70 11 0 115 5 103 127 72
Binary 11011100 11110001 111000 1001 0 1001101 101 1000011 1010111 111010

Color Harmonies of #DCF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF138

Black with #DCF138

Text Example


Text Example

White with #DCF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF138; }

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

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

background-color css

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

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

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

border-color css

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

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

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