Html Css Color HEX #D6F53F Pear

📋 copy color: '#D6F53F'

red 214 ◦ green 245 ◦ blue 63

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

Shades of Pear #D6F53F

Tints of Pear #D6F53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.07%

R = 41%
G = 46.93%
B = 12.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#D6F53F (or 0xD6F53F) is known color: Pear. HEX triplet: D6, F5 and 3F. RGB value is (214,245,63). Sum of RGB (Red+Green+Blue) = 214+245+63=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F53F is #290AC0. Grayscale: #D7D7D7. Windows color (decimal): -2689729 or 4191702. OLE color: 4191702.

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

Color convert

RGB 214 245 63 -
CMYK 0.13 0 0.74 0.04
HSL 70.22º 0.9% 0.6% -
HSV(B) 70.22º 0.74% 0.96% -
XYZ 61.28 79.96 16.91 -
YUV 214.98 42.23 127.3 -
System Red Green Blue C M Y K H S L
Decimal 214 245 63 0.13 0 0.74 0.04 70.22 0.9 0.6
Hex D6 F5 3F D 0 4A 4 46 5A 3C
Octal 326 365 77 15 0 112 4 106 132 74
Binary 11010110 11110101 111111 1101 0 1001010 100 1000110 1011010 111100

Color Harmonies of #D6F53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F53F

Black with #D6F53F

Text Example


Text Example

White with #D6F53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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