Html Css Color HEX #DCF31C Pear

📋 copy color: '#DCF31C'

red 220 ◦ green 243 ◦ blue 28

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

Shades of Pear #DCF31C

Tints of Pear #DCF31C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.49%

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 44.81%
G = 49.49%
B = 5.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DCF31C (or 0xDCF31C) is known color: Pear. HEX triplet: DC, F3 and 1C. RGB value is (220,243,28). Sum of RGB (Red+Green+Blue) = 220+243+28=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF31C is #230CE3. Grayscale: #D4D4D4. Windows color (decimal): -2297060 or 1897436. OLE color: 1897436.

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

Color convert

RGB 220 243 28 -
CMYK 0.09 0 0.88 0.05
HSL 66.42º 0.9% 0.53% -
HSV(B) 66.42º 0.88% 0.95% -
XYZ 61.78 79.4 13.17 -
YUV 211.61 24.38 133.98 -
System Red Green Blue C M Y K H S L
Decimal 220 243 28 0.09 0 0.88 0.05 66.42 0.9 0.53
Hex DC F3 1C 9 0 58 5 42 5A 35
Octal 334 363 34 11 0 130 5 102 132 65
Binary 11011100 11110011 11100 1001 0 1011000 101 1000010 1011010 110101

Color Harmonies of #DCF31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF31C

Black with #DCF31C

Text Example


Text Example

White with #DCF31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF31C; }

 p { color: rgb(220,243,28); }

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

background-color css

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

 a { background-color: rgb(220,243,28); }

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

border-color css

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

 span { border-color: rgb(220,243,28); }

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