Html Css Color HEX #D6F84C Pear

📋 copy color: '#D6F84C'

red 214 ◦ green 248 ◦ blue 76

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

Shades of Pear #D6F84C

Tints of Pear #D6F84C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.1%

 BLUE value IS 76 (30.08% from 255) = 14.13%

R = 39.78%
G = 46.1%
B = 14.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#D6F84C (or 0xD6F84C) is known color: Pear. HEX triplet: D6, F8 and 4C. RGB value is (214,248,76). Sum of RGB (Red+Green+Blue) = 214+248+76=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F84C is #2907B3. Grayscale: #DADADA. Windows color (decimal): -2688948 or 5044438. OLE color: 5044438.

HSL color Cylindrical-coordinate representation of color #D6F84C: hue angle of 71.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6F84C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 248 76 -
CMYK 0.14 0 0.69 0.03
HSL 71.86º 0.92% 0.64% -
HSV(B) 71.86º 0.69% 0.97% -
XYZ 62.6 81.95 19.36 -
YUV 218.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 214 248 76 0.14 0 0.69 0.03 71.86 0.92 0.64
Hex D6 F8 4C E 0 45 3 48 5C 40
Octal 326 370 114 16 0 105 3 110 134 100
Binary 11010110 11111000 1001100 1110 0 1000101 11 1001000 1011100 1000000

Color Harmonies of #D6F84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F84C

Black with #D6F84C

Text Example


Text Example

White with #D6F84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F84C; }

 p { color: rgb(214,248,76); }

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

background-color css

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

 a { background-color: rgb(214,248,76); }

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

border-color css

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

 span { border-color: rgb(214,248,76); }

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