Html Css Color HEX #D6FC3E Pear

📋 copy color: '#D6FC3E'

red 214 ◦ green 252 ◦ blue 62

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

Shades of Pear #D6FC3E

Tints of Pear #D6FC3E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.73%

 BLUE value IS 62 (24.61% from 255) = 11.74%

R = 40.53%
G = 47.73%
B = 11.74%

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

#D6FC3E (or 0xD6FC3E) is known color: Pear. HEX triplet: D6, FC and 3E. RGB value is (214,252,62). Sum of RGB (Red+Green+Blue) = 214+252+62=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FC3E is #2903C1. Grayscale: #DBDBDB. Windows color (decimal): -2687938 or 4127958. OLE color: 4127958.

HSL color Cylindrical-coordinate representation of color #D6FC3E: hue angle of 72º degrees, saturation: 0.97, 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 #D6FC3E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 62 -
CMYK 0.15 0 0.75 0.01
HSL 72º 0.97% 0.62% -
HSV(B) 72º 0.75% 0.99% -
XYZ 63.41 84.26 17.48 -
YUV 218.98 39.41 124.45 -
System Red Green Blue C M Y K H S L
Decimal 214 252 62 0.15 0 0.75 0.01 72 0.97 0.62
Hex D6 FC 3E F 0 4B 1 48 61 3E
Octal 326 374 76 17 0 113 1 110 141 76
Binary 11010110 11111100 111110 1111 0 1001011 1 1001000 1100001 111110

Color Harmonies of #D6FC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FC3E

Black with #D6FC3E

Text Example


Text Example

White with #D6FC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FC3E; }

 p { color: rgb(214,252,62); }

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

background-color css

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

 a { background-color: rgb(214,252,62); }

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

border-color css

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

 span { border-color: rgb(214,252,62); }

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