Html Css Color HEX #DCF231 Pear

📋 copy color: '#DCF231'

red 220 ◦ green 242 ◦ blue 49

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

Shades of Pear #DCF231

Tints of Pear #DCF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.59%

R = 43.05%
G = 47.36%
B = 9.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DCF231 (or 0xDCF231) is known color: Pear. HEX triplet: DC, F2 and 31. RGB value is (220,242,49). Sum of RGB (Red+Green+Blue) = 220+242+49=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF231 is #230DCE. Grayscale: #D6D6D6. Windows color (decimal): -2297295 or 3273436. OLE color: 3273436.

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

Color convert

RGB 220 242 49 -
CMYK 0.09 0 0.80 0.05
HSL 66.84º 0.88% 0.57% -
HSV(B) 66.84º 0.8% 0.95% -
XYZ 61.82 78.94 14.88 -
YUV 213.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 220 242 49 0.09 0 0.80 0.05 66.84 0.88 0.57
Hex DC F2 31 9 0 50 5 43 58 39
Octal 334 362 61 11 0 120 5 103 130 71
Binary 11011100 11110010 110001 1001 0 1010000 101 1000011 1011000 111001

Color Harmonies of #DCF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF231

Black with #DCF231

Text Example


Text Example

White with #DCF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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