Html Css Color HEX #D6F92C Pear

📋 copy color: '#D6F92C'

red 214 ◦ green 249 ◦ blue 44

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

Shades of Pear #D6F92C

Tints of Pear #D6F92C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 44 (17.58% from 255) = 8.68%

R = 42.21%
G = 49.11%
B = 8.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D6F92C (or 0xD6F92C) is known color: Pear. HEX triplet: D6, F9 and 2C. RGB value is (214,249,44). Sum of RGB (Red+Green+Blue) = 214+249+44=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F92C is #2906D3. Grayscale: #D7D7D7. Windows color (decimal): -2688724 or 2947542. OLE color: 2947542.

HSL color Cylindrical-coordinate representation of color #D6F92C: hue angle of 70.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6F92C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 249 44 -
CMYK 0.14 0 0.82 0.02
HSL 70.24º 0.94% 0.57% -
HSV(B) 70.24º 0.82% 0.98% -
XYZ 62.06 82.23 14.98 -
YUV 215.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 214 249 44 0.14 0 0.82 0.02 70.24 0.94 0.57
Hex D6 F9 2C E 0 52 2 46 5E 39
Octal 326 371 54 16 0 122 2 106 136 71
Binary 11010110 11111001 101100 1110 0 1010010 10 1000110 1011110 111001

Color Harmonies of #D6F92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F92C

Black with #D6F92C

Text Example


Text Example

White with #D6F92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F92C; }

 p { color: rgb(214,249,44); }

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

background-color css

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

 a { background-color: rgb(214,249,44); }

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

border-color css

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

 span { border-color: rgb(214,249,44); }

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