Html Css Color HEX #D9F148 Pear

📋 copy color: '#D9F148'

red 217 ◦ green 241 ◦ blue 72

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

Shades of Pear #D9F148

Tints of Pear #D9F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 40.94%
G = 45.47%
B = 13.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D9F148 (or 0xD9F148) is known color: Pear. HEX triplet: D9, F1 and 48. RGB value is (217,241,72). Sum of RGB (Red+Green+Blue) = 217+241+72=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F148 is #260EB7. Grayscale: #D7D7D7. Windows color (decimal): -2494136 or 4780505. OLE color: 4780505.

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

Color convert

RGB 217 241 72 -
CMYK 0.10 0 0.70 0.05
HSL 68.52º 0.86% 0.61% -
HSV(B) 68.52º 0.7% 0.95% -
XYZ 61.24 78.13 17.98 -
YUV 214.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 217 241 72 0.10 0 0.70 0.05 68.52 0.86 0.61
Hex D9 F1 48 A 0 46 5 45 56 3D
Octal 331 361 110 12 0 106 5 105 126 75
Binary 11011001 11110001 1001000 1010 0 1000110 101 1000101 1010110 111101

Color Harmonies of #D9F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F148

Black with #D9F148

Text Example


Text Example

White with #D9F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F148; }

 p { color: rgb(217,241,72); }

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

background-color css

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

 a { background-color: rgb(217,241,72); }

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

border-color css

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

 span { border-color: rgb(217,241,72); }

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