Html Css Color HEX #D6F53C Pear

📋 copy color: '#D6F53C'

red 214 ◦ green 245 ◦ blue 60

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

Shades of Pear #D6F53C

Tints of Pear #D6F53C

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 60 (23.83% from 255) = 11.56%

R = 41.23%
G = 47.21%
B = 11.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#D6F53C (or 0xD6F53C) is known color: Pear. HEX triplet: D6, F5 and 3C. RGB value is (214,245,60). Sum of RGB (Red+Green+Blue) = 214+245+60=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F53C is #290AC3. Grayscale: #D7D7D7. Windows color (decimal): -2689732 or 3995094. OLE color: 3995094.

HSL color Cylindrical-coordinate representation of color #D6F53C: hue angle of 70.05º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6F53C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 245 60 -
CMYK 0.13 0 0.76 0.04
HSL 70.05º 0.9% 0.6% -
HSV(B) 70.05º 0.76% 0.96% -
XYZ 61.2 79.93 16.48 -
YUV 214.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 214 245 60 0.13 0 0.76 0.04 70.05 0.9 0.6
Hex D6 F5 3C D 0 4C 4 46 5A 3C
Octal 326 365 74 15 0 114 4 106 132 74
Binary 11010110 11110101 111100 1101 0 1001100 100 1000110 1011010 111100

Color Harmonies of #D6F53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F53C

Black with #D6F53C

Text Example


Text Example

White with #D6F53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F53C; }

 p { color: rgb(214,245,60); }

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

background-color css

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

 a { background-color: rgb(214,245,60); }

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

border-color css

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

 span { border-color: rgb(214,245,60); }

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