Html Css Color HEX #D8F540 Pear

📋 copy color: '#D8F540'

red 216 ◦ green 245 ◦ blue 64

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

Shades of Pear #D8F540

Tints of Pear #D8F540

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

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

 BLUE value IS 64 (25.39% from 255) = 12.19%

R = 41.14%
G = 46.67%
B = 12.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#D8F540 (or 0xD8F540) is known color: Pear. HEX triplet: D8, F5 and 40. RGB value is (216,245,64). Sum of RGB (Red+Green+Blue) = 216+245+64=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F540 is #270ABF. Grayscale: #D8D8D8. Windows color (decimal): -2558656 or 4257240. OLE color: 4257240.

HSL color Cylindrical-coordinate representation of color #D8F540: hue angle of 69.61º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8F540 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 245 64 -
CMYK 0.12 0 0.74 0.04
HSL 69.61º 0.9% 0.61% -
HSV(B) 69.61º 0.74% 0.96% -
XYZ 61.9 80.27 17.08 -
YUV 215.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 216 245 64 0.12 0 0.74 0.04 69.61 0.9 0.61
Hex D8 F5 40 C 0 4A 4 46 5A 3D
Octal 330 365 100 14 0 112 4 106 132 75
Binary 11011000 11110101 1000000 1100 0 1001010 100 1000110 1011010 111101

Color Harmonies of #D8F540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F540

Black with #D8F540

Text Example


Text Example

White with #D8F540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F540; }

 p { color: rgb(216,245,64); }

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

background-color css

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

 a { background-color: rgb(216,245,64); }

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

border-color css

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

 span { border-color: rgb(216,245,64); }

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