Html Css Color HEX #D6F53D Pear

📋 copy color: '#D6F53D'

red 214 ◦ green 245 ◦ blue 61

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

Shades of Pear #D6F53D

Tints of Pear #D6F53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.73%

R = 41.15%
G = 47.12%
B = 11.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#D6F53D (or 0xD6F53D) is known color: Pear. HEX triplet: D6, F5 and 3D. RGB value is (214,245,61). Sum of RGB (Red+Green+Blue) = 214+245+61=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F53D is #290AC2. Grayscale: #D7D7D7. Windows color (decimal): -2689731 or 4060630. OLE color: 4060630.

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

Color convert

RGB 214 245 61 -
CMYK 0.13 0 0.75 0.04
HSL 70.11º 0.9% 0.6% -
HSV(B) 70.11º 0.75% 0.96% -
XYZ 61.23 79.94 16.62 -
YUV 214.76 41.23 127.46 -
System Red Green Blue C M Y K H S L
Decimal 214 245 61 0.13 0 0.75 0.04 70.11 0.9 0.6
Hex D6 F5 3D D 0 4B 4 46 5A 3C
Octal 326 365 75 15 0 113 4 106 132 74
Binary 11010110 11110101 111101 1101 0 1001011 100 1000110 1011010 111100

Color Harmonies of #D6F53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F53D

Black with #D6F53D

Text Example


Text Example

White with #D6F53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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