Html Css Color HEX #D1F527 Pear

📋 copy color: '#D1F527'

red 209 ◦ green 245 ◦ blue 39

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

Shades of Pear #D1F527

Tints of Pear #D1F527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.7%

 BLUE value IS 39 (15.63% from 255) = 7.91%

R = 42.39%
G = 49.7%
B = 7.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#D1F527 (or 0xD1F527) is known color: Pear. HEX triplet: D1, F5 and 27. RGB value is (209,245,39). Sum of RGB (Red+Green+Blue) = 209+245+39=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F527 is #2E0AD8. Grayscale: #D3D3D3. Windows color (decimal): -3017433 or 2618833. OLE color: 2618833.

HSL color Cylindrical-coordinate representation of color #D1F527: hue angle of 70.49º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1F527 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 245 39 -
CMYK 0.15 0 0.84 0.04
HSL 70.49º 0.91% 0.56% -
HSV(B) 70.49º 0.84% 0.96% -
XYZ 59.31 79.01 14.04 -
YUV 210.75 31.07 126.75 -
System Red Green Blue C M Y K H S L
Decimal 209 245 39 0.15 0 0.84 0.04 70.49 0.91 0.56
Hex D1 F5 27 F 0 54 4 46 5B 38
Octal 321 365 47 17 0 124 4 106 133 70
Binary 11010001 11110101 100111 1111 0 1010100 100 1000110 1011011 111000

Color Harmonies of #D1F527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F527

Black with #D1F527

Text Example


Text Example

White with #D1F527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F527; }

 p { color: rgb(209,245,39); }

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

background-color css

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

 a { background-color: rgb(209,245,39); }

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

border-color css

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

 span { border-color: rgb(209,245,39); }

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