Html Css Color HEX #D1F14A Pear

📋 copy color: '#D1F14A'

red 209 ◦ green 241 ◦ blue 74

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

Shades of Pear #D1F14A

Tints of Pear #D1F14A

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

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

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 39.89%
G = 45.99%
B = 14.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#D1F14A (or 0xD1F14A) is known color: Pear. HEX triplet: D1, F1 and 4A. RGB value is (209,241,74). Sum of RGB (Red+Green+Blue) = 209+241+74=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F14A is #2E0EB5. Grayscale: #D5D5D5. Windows color (decimal): -3018422 or 4911569. OLE color: 4911569.

HSL color Cylindrical-coordinate representation of color #D1F14A: hue angle of 71.5º 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 #D1F14A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 74 -
CMYK 0.13 0 0.69 0.05
HSL 71.5º 0.86% 0.62% -
HSV(B) 71.5º 0.69% 0.95% -
XYZ 58.99 76.96 18.22 -
YUV 212.39 49.9 125.58 -
System Red Green Blue C M Y K H S L
Decimal 209 241 74 0.13 0 0.69 0.05 71.5 0.86 0.62
Hex D1 F1 4A D 0 45 5 47 56 3E
Octal 321 361 112 15 0 105 5 107 126 76
Binary 11010001 11110001 1001010 1101 0 1000101 101 1000111 1010110 111110

Color Harmonies of #D1F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F14A

Black with #D1F14A

Text Example


Text Example

White with #D1F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F14A; }

 p { color: rgb(209,241,74); }

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

background-color css

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

 a { background-color: rgb(209,241,74); }

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

border-color css

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

 span { border-color: rgb(209,241,74); }

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