Html Css Color HEX #D8F526 Pear

📋 copy color: '#D8F526'

red 216 ◦ green 245 ◦ blue 38

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

Shades of Pear #D8F526

Tints of Pear #D8F526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.62%

R = 43.29%
G = 49.1%
B = 7.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#D8F526 (or 0xD8F526) is known color: Pear. HEX triplet: D8, F5 and 26. RGB value is (216,245,38). Sum of RGB (Red+Green+Blue) = 216+245+38=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F526 is #270AD9. Grayscale: #D5D5D5. Windows color (decimal): -2558682 or 2553304. OLE color: 2553304.

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

Color convert

RGB 216 245 38 -
CMYK 0.12 0 0.84 0.04
HSL 68.41º 0.91% 0.55% -
HSV(B) 68.41º 0.84% 0.96% -
XYZ 61.32 80.04 14.05 -
YUV 212.73 29.39 130.33 -
System Red Green Blue C M Y K H S L
Decimal 216 245 38 0.12 0 0.84 0.04 68.41 0.91 0.55
Hex D8 F5 26 C 0 54 4 44 5B 37
Octal 330 365 46 14 0 124 4 104 133 67
Binary 11011000 11110101 100110 1100 0 1010100 100 1000100 1011011 110111

Color Harmonies of #D8F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F526

Black with #D8F526

Text Example


Text Example

White with #D8F526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F526; }

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

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

background-color css

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

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

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

border-color css

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

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

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