Html Css Color HEX #D6F248 Pear

📋 copy color: '#D6F248'

red 214 ◦ green 242 ◦ blue 72

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

Shades of Pear #D6F248

Tints of Pear #D6F248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.64%

R = 40.53%
G = 45.83%
B = 13.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D6F248 (or 0xD6F248) is known color: Pear. HEX triplet: D6, F2 and 48. RGB value is (214,242,72). Sum of RGB (Red+Green+Blue) = 214+242+72=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F248 is #290DB7. Grayscale: #D6D6D6. Windows color (decimal): -2690488 or 4780758. OLE color: 4780758.

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

Color convert

RGB 214 242 72 -
CMYK 0.12 0 0.70 0.05
HSL 69.88º 0.87% 0.62% -
HSV(B) 69.88º 0.7% 0.95% -
XYZ 60.65 78.27 18.04 -
YUV 214.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 214 242 72 0.12 0 0.70 0.05 69.88 0.87 0.62
Hex D6 F2 48 C 0 46 5 46 57 3E
Octal 326 362 110 14 0 106 5 106 127 76
Binary 11010110 11110010 1001000 1100 0 1000110 101 1000110 1010111 111110

Color Harmonies of #D6F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F248

Black with #D6F248

Text Example


Text Example

White with #D6F248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F248; }

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

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

background-color css

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

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

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

border-color css

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

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

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