Html Css Color HEX #D6F247 Pear

📋 copy color: '#D6F247'

red 214 ◦ green 242 ◦ blue 71

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

Shades of Pear #D6F247

Tints of Pear #D6F247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

 BLUE value IS 71 (28.13% from 255) = 13.47%

R = 40.61%
G = 45.92%
B = 13.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D6F247 (or 0xD6F247) is known color: Pear. HEX triplet: D6, F2 and 47. RGB value is (214,242,71). Sum of RGB (Red+Green+Blue) = 214+242+71=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 71 (28.12% from 255 or 13.47% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F247 is #290DB8. Grayscale: #D6D6D6. Windows color (decimal): -2690489 or 4715222. OLE color: 4715222.

HSL color Cylindrical-coordinate representation of color #D6F247: hue angle of 69.82º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6F247 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 71 -
CMYK 0.12 0 0.71 0.05
HSL 69.82º 0.87% 0.61% -
HSV(B) 69.82º 0.71% 0.95% -
XYZ 60.62 78.26 17.87 -
YUV 214.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 214 242 71 0.12 0 0.71 0.05 69.82 0.87 0.61
Hex D6 F2 47 C 0 47 5 46 57 3D
Octal 326 362 107 14 0 107 5 106 127 75
Binary 11010110 11110010 1000111 1100 0 1000111 101 1000110 1010111 111101

Color Harmonies of #D6F247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F247

Black with #D6F247

Text Example


Text Example

White with #D6F247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F247; }

 p { color: rgb(214,242,71); }

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

background-color css

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

 a { background-color: rgb(214,242,71); }

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

border-color css

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

 span { border-color: rgb(214,242,71); }

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