Html Css Color HEX #D8F221 Pear

📋 copy color: '#D8F221'

red 216 ◦ green 242 ◦ blue 33

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

Shades of Pear #D8F221

Tints of Pear #D8F221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.72%

R = 43.99%
G = 49.29%
B = 6.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#D8F221 (or 0xD8F221) is known color: Pear. HEX triplet: D8, F2 and 21. RGB value is (216,242,33). Sum of RGB (Red+Green+Blue) = 216+242+33=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 33 (13.28% from 255 or 6.72% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F221 is #270DDE. Grayscale: #D3D3D3. Windows color (decimal): -2559455 or 2224856. OLE color: 2224856.

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

Color convert

RGB 216 242 33 -
CMYK 0.11 0 0.86 0.05
HSL 67.46º 0.89% 0.54% -
HSV(B) 67.46º 0.86% 0.95% -
XYZ 60.35 78.21 13.35 -
YUV 210.4 27.89 131.99 -
System Red Green Blue C M Y K H S L
Decimal 216 242 33 0.11 0 0.86 0.05 67.46 0.89 0.54
Hex D8 F2 21 B 0 56 5 43 59 36
Octal 330 362 41 13 0 126 5 103 131 66
Binary 11011000 11110010 100001 1011 0 1010110 101 1000011 1011001 110110

Color Harmonies of #D8F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F221

Black with #D8F221

Text Example


Text Example

White with #D8F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F221; }

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

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

background-color css

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

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

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

border-color css

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

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

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