Html Css Color HEX #D1F13D Pear

📋 copy color: '#D1F13D'

red 209 ◦ green 241 ◦ blue 61

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

Shades of Pear #D1F13D

Tints of Pear #D1F13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.94%

R = 40.9%
G = 47.16%
B = 11.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#D1F13D (or 0xD1F13D) is known color: Pear. HEX triplet: D1, F1 and 3D. RGB value is (209,241,61). Sum of RGB (Red+Green+Blue) = 209+241+61=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F13D is #2E0EC2. Grayscale: #D3D3D3. Windows color (decimal): -3018435 or 4059601. OLE color: 4059601.

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

Color convert

RGB 209 241 61 -
CMYK 0.13 0 0.75 0.05
HSL 70.67º 0.87% 0.59% -
HSV(B) 70.67º 0.75% 0.95% -
XYZ 58.59 76.8 16.15 -
YUV 210.91 43.4 126.64 -
System Red Green Blue C M Y K H S L
Decimal 209 241 61 0.13 0 0.75 0.05 70.67 0.87 0.59
Hex D1 F1 3D D 0 4B 5 47 57 3B
Octal 321 361 75 15 0 113 5 107 127 73
Binary 11010001 11110001 111101 1101 0 1001011 101 1000111 1010111 111011

Color Harmonies of #D1F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F13D

Black with #D1F13D

Text Example


Text Example

White with #D1F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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