Html Css Color HEX #D1F135 Pear

📋 copy color: '#D1F135'

red 209 ◦ green 241 ◦ blue 53

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

Shades of Pear #D1F135

Tints of Pear #D1F135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.54%

R = 41.55%
G = 47.91%
B = 10.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D1F135 (or 0xD1F135) is known color: Pear. HEX triplet: D1, F1 and 35. RGB value is (209,241,53). Sum of RGB (Red+Green+Blue) = 209+241+53=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F135 is #2E0ECA. Grayscale: #D2D2D2. Windows color (decimal): -3018443 or 3535313. OLE color: 3535313.

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

Color convert

RGB 209 241 53 -
CMYK 0.13 0 0.78 0.05
HSL 70.21º 0.87% 0.58% -
HSV(B) 70.21º 0.78% 0.95% -
XYZ 58.39 76.72 15.1 -
YUV 210 39.4 127.29 -
System Red Green Blue C M Y K H S L
Decimal 209 241 53 0.13 0 0.78 0.05 70.21 0.87 0.58
Hex D1 F1 35 D 0 4E 5 46 57 3A
Octal 321 361 65 15 0 116 5 106 127 72
Binary 11010001 11110001 110101 1101 0 1001110 101 1000110 1010111 111010

Color Harmonies of #D1F135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F135

Black with #D1F135

Text Example


Text Example

White with #D1F135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F135; }

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

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

background-color css

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

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

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

border-color css

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

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

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