Html Css Color HEX #D1F246 Pear

📋 copy color: '#D1F246'

red 209 ◦ green 242 ◦ blue 70

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

Shades of Pear #D1F246

Tints of Pear #D1F246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 70 (27.73% from 255) = 13.44%

R = 40.12%
G = 46.45%
B = 13.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#D1F246 (or 0xD1F246) is known color: Pear. HEX triplet: D1, F2 and 46. RGB value is (209,242,70). Sum of RGB (Red+Green+Blue) = 209+242+70=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F246 is #2E0DB9. Grayscale: #D5D5D5. Windows color (decimal): -3018170 or 4649681. OLE color: 4649681.

HSL color Cylindrical-coordinate representation of color #D1F246: hue angle of 71.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1F246 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 70 -
CMYK 0.14 0 0.71 0.05
HSL 71.51º 0.87% 0.61% -
HSV(B) 71.51º 0.71% 0.95% -
XYZ 59.15 77.5 17.64 -
YUV 212.53 47.57 125.49 -
System Red Green Blue C M Y K H S L
Decimal 209 242 70 0.14 0 0.71 0.05 71.51 0.87 0.61
Hex D1 F2 46 E 0 47 5 48 57 3D
Octal 321 362 106 16 0 107 5 110 127 75
Binary 11010001 11110010 1000110 1110 0 1000111 101 1001000 1010111 111101

Color Harmonies of #D1F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F246

Black with #D1F246

Text Example


Text Example

White with #D1F246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F246; }

 p { color: rgb(209,242,70); }

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

background-color css

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

 a { background-color: rgb(209,242,70); }

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

border-color css

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

 span { border-color: rgb(209,242,70); }

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