Html Css Color HEX #D9F14B Pear

📋 copy color: '#D9F14B'

red 217 ◦ green 241 ◦ blue 75

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

Shades of Pear #D9F14B

Tints of Pear #D9F14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.07%

R = 40.71%
G = 45.22%
B = 14.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D9F14B (or 0xD9F14B) is known color: Pear. HEX triplet: D9, F1 and 4B. RGB value is (217,241,75). Sum of RGB (Red+Green+Blue) = 217+241+75=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F14B is #260EB4. Grayscale: #D7D7D7. Windows color (decimal): -2494133 or 4977113. OLE color: 4977113.

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

Color convert

RGB 217 241 75 -
CMYK 0.10 0 0.69 0.05
HSL 68.67º 0.86% 0.62% -
HSV(B) 68.67º 0.69% 0.95% -
XYZ 61.34 78.17 18.51 -
YUV 214.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 217 241 75 0.10 0 0.69 0.05 68.67 0.86 0.62
Hex D9 F1 4B A 0 45 5 45 56 3E
Octal 331 361 113 12 0 105 5 105 126 76
Binary 11011001 11110001 1001011 1010 0 1000101 101 1000101 1010110 111110

Color Harmonies of #D9F14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F14B

Black with #D9F14B

Text Example


Text Example

White with #D9F14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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