Html Css Color HEX #DCF239 Pear

📋 copy color: '#DCF239'

red 220 ◦ green 242 ◦ blue 57

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

Shades of Pear #DCF239

Tints of Pear #DCF239

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.63%

 BLUE value IS 57 (22.66% from 255) = 10.98%

R = 42.39%
G = 46.63%
B = 10.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#DCF239 (or 0xDCF239) is known color: Pear. HEX triplet: DC, F2 and 39. RGB value is (220,242,57). Sum of RGB (Red+Green+Blue) = 220+242+57=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 57 (22.66% from 255 or 10.98% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF239 is #230DC6. Grayscale: #D7D7D7. Windows color (decimal): -2297287 or 3797724. OLE color: 3797724.

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

Color convert

RGB 220 242 57 -
CMYK 0.09 0 0.76 0.05
HSL 67.14º 0.88% 0.59% -
HSV(B) 67.14º 0.76% 0.95% -
XYZ 62.01 79.02 15.85 -
YUV 214.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 220 242 57 0.09 0 0.76 0.05 67.14 0.88 0.59
Hex DC F2 39 9 0 4C 5 43 58 3B
Octal 334 362 71 11 0 114 5 103 130 73
Binary 11011100 11110010 111001 1001 0 1001100 101 1000011 1011000 111011

Color Harmonies of #DCF239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF239

Black with #DCF239

Text Example


Text Example

White with #DCF239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF239; }

 p { color: rgb(220,242,57); }

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

background-color css

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

 a { background-color: rgb(220,242,57); }

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

border-color css

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

 span { border-color: rgb(220,242,57); }

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