Html Css Color HEX #D6FD3F Pear

📋 copy color: '#D6FD3F'

red 214 ◦ green 253 ◦ blue 63

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

Shades of Pear #D6FD3F

Tints of Pear #D6FD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.74%

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

R = 40.38%
G = 47.74%
B = 11.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#D6FD3F (or 0xD6FD3F) is known color: Pear. HEX triplet: D6, FD and 3F. RGB value is (214,253,63). Sum of RGB (Red+Green+Blue) = 214+253+63=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FD3F is #2902C0. Grayscale: #DCDCDC. Windows color (decimal): -2687681 or 4193750. OLE color: 4193750.

HSL color Cylindrical-coordinate representation of color #D6FD3F: hue angle of 72.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6FD3F is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 253 63 -
CMYK 0.15 0 0.75 0.01
HSL 72.32º 0.98% 0.62% -
HSV(B) 72.32º 0.75% 0.99% -
XYZ 63.75 84.91 17.73 -
YUV 219.68 39.58 123.95 -
System Red Green Blue C M Y K H S L
Decimal 214 253 63 0.15 0 0.75 0.01 72.32 0.98 0.62
Hex D6 FD 3F F 0 4B 1 48 62 3E
Octal 326 375 77 17 0 113 1 110 142 76
Binary 11010110 11111101 111111 1111 0 1001011 1 1001000 1100010 111110

Color Harmonies of #D6FD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FD3F

Black with #D6FD3F

Text Example


Text Example

White with #D6FD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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