Html Css Color HEX #DCF127 Pear

📋 copy color: '#DCF127'

red 220 ◦ green 241 ◦ blue 39

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

Shades of Pear #DCF127

Tints of Pear #DCF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.8%

R = 44%
G = 48.2%
B = 7.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DCF127 (or 0xDCF127) is known color: Pear. HEX triplet: DC, F1 and 27. RGB value is (220,241,39). Sum of RGB (Red+Green+Blue) = 220+241+39=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 39 (15.62% from 255 or 7.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF127 is #230ED8. Grayscale: #D4D4D4. Windows color (decimal): -2297561 or 2617820. OLE color: 2617820.

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

Color convert

RGB 220 241 39 -
CMYK 0.09 0 0.84 0.05
HSL 66.24º 0.88% 0.55% -
HSV(B) 66.24º 0.84% 0.95% -
XYZ 61.34 78.27 13.79 -
YUV 211.69 30.54 133.93 -
System Red Green Blue C M Y K H S L
Decimal 220 241 39 0.09 0 0.84 0.05 66.24 0.88 0.55
Hex DC F1 27 9 0 54 5 42 58 37
Octal 334 361 47 11 0 124 5 102 130 67
Binary 11011100 11110001 100111 1001 0 1010100 101 1000010 1011000 110111

Color Harmonies of #DCF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF127

Black with #DCF127

Text Example


Text Example

White with #DCF127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF127; }

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

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

background-color css

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

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

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

border-color css

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

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

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