Html Css Color HEX #D1F138 Pear

📋 copy color: '#D1F138'

red 209 ◦ green 241 ◦ blue 56

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

Shades of Pear #D1F138

Tints of Pear #D1F138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.07%

R = 41.3%
G = 47.63%
B = 11.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#D1F138 (or 0xD1F138) is known color: Pear. HEX triplet: D1, F1 and 38. RGB value is (209,241,56). Sum of RGB (Red+Green+Blue) = 209+241+56=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F138 is #2E0EC7. Grayscale: #D3D3D3. Windows color (decimal): -3018440 or 3731921. OLE color: 3731921.

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

Color convert

RGB 209 241 56 -
CMYK 0.13 0 0.77 0.05
HSL 70.38º 0.87% 0.58% -
HSV(B) 70.38º 0.77% 0.95% -
XYZ 58.46 76.75 15.47 -
YUV 210.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 209 241 56 0.13 0 0.77 0.05 70.38 0.87 0.58
Hex D1 F1 38 D 0 4D 5 46 57 3A
Octal 321 361 70 15 0 115 5 106 127 72
Binary 11010001 11110001 111000 1101 0 1001101 101 1000110 1010111 111010

Color Harmonies of #D1F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F138

Black with #D1F138

Text Example


Text Example

White with #D1F138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F138; }

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

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

background-color css

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

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

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

border-color css

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

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

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