Html Css Color HEX #D8F226 Pear

📋 copy color: '#D8F226'

red 216 ◦ green 242 ◦ blue 38

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

Shades of Pear #D8F226

Tints of Pear #D8F226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

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

R = 43.55%
G = 48.79%
B = 7.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#D8F226 (or 0xD8F226) is known color: Pear. HEX triplet: D8, F2 and 26. RGB value is (216,242,38). Sum of RGB (Red+Green+Blue) = 216+242+38=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F226 is #270DD9. Grayscale: #D3D3D3. Windows color (decimal): -2559450 or 2552536. OLE color: 2552536.

HSL color Cylindrical-coordinate representation of color #D8F226: hue angle of 67.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8F226 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 38 -
CMYK 0.11 0 0.84 0.05
HSL 67.65º 0.89% 0.55% -
HSV(B) 67.65º 0.84% 0.95% -
XYZ 60.42 78.24 13.75 -
YUV 210.97 30.39 131.59 -
System Red Green Blue C M Y K H S L
Decimal 216 242 38 0.11 0 0.84 0.05 67.65 0.89 0.55
Hex D8 F2 26 B 0 54 5 44 59 37
Octal 330 362 46 13 0 124 5 104 131 67
Binary 11011000 11110010 100110 1011 0 1010100 101 1000100 1011001 110111

Color Harmonies of #D8F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F226

Black with #D8F226

Text Example


Text Example

White with #D8F226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F226; }

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

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

background-color css

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

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

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

border-color css

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

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

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