Html Css Color HEX #D9FC34 Pear

📋 copy color: '#D9FC34'

red 217 ◦ green 252 ◦ blue 52

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

Shades of Pear #D9FC34

Tints of Pear #D9FC34

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

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

 BLUE value IS 52 (20.7% from 255) = 9.98%

R = 41.65%
G = 48.37%
B = 9.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#D9FC34 (or 0xD9FC34) is known color: Pear. HEX triplet: D9, FC and 34. RGB value is (217,252,52). Sum of RGB (Red+Green+Blue) = 217+252+52=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC34 is #2603CB. Grayscale: #DBDBDB. Windows color (decimal): -2491340 or 3472601. OLE color: 3472601.

HSL color Cylindrical-coordinate representation of color #D9FC34: hue angle of 70.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9FC34 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 252 52 -
CMYK 0.14 0 0.79 0.01
HSL 70.5º 0.97% 0.6% -
HSV(B) 70.5º 0.79% 0.99% -
XYZ 64.05 84.62 16.21 -
YUV 218.74 33.9 126.76 -
System Red Green Blue C M Y K H S L
Decimal 217 252 52 0.14 0 0.79 0.01 70.5 0.97 0.6
Hex D9 FC 34 E 0 4F 1 46 61 3C
Octal 331 374 64 16 0 117 1 106 141 74
Binary 11011001 11111100 110100 1110 0 1001111 1 1000110 1100001 111100

Color Harmonies of #D9FC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FC34

Black with #D9FC34

Text Example


Text Example

White with #D9FC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FC34; }

 p { color: rgb(217,252,52); }

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

background-color css

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

 a { background-color: rgb(217,252,52); }

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

border-color css

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

 span { border-color: rgb(217,252,52); }

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