Html Css Color HEX #D7F221 Pear

📋 copy color: '#D7F221'

red 215 ◦ green 242 ◦ blue 33

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

Shades of Pear #D7F221

Tints of Pear #D7F221

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

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

R = 43.88%
G = 49.39%
B = 6.73%

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

#D7F221 (or 0xD7F221) is known color: Pear. HEX triplet: D7, F2 and 21. RGB value is (215,242,33). Sum of RGB (Red+Green+Blue) = 215+242+33=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F221 is #280DDE. Grayscale: #D2D2D2. Windows color (decimal): -2624991 or 2224855. OLE color: 2224855.

HSL color Cylindrical-coordinate representation of color #D7F221: hue angle of 67.75º 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 #D7F221 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 242 33 -
CMYK 0.11 0 0.86 0.05
HSL 67.75º 0.89% 0.54% -
HSV(B) 67.75º 0.86% 0.95% -
XYZ 60.05 78.06 13.34 -
YUV 210.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 215 242 33 0.11 0 0.86 0.05 67.75 0.89 0.54
Hex D7 F2 21 B 0 56 5 44 59 36
Octal 327 362 41 13 0 126 5 104 131 66
Binary 11010111 11110010 100001 1011 0 1010110 101 1000100 1011001 110110

Color Harmonies of #D7F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F221

Black with #D7F221

Text Example


Text Example

White with #D7F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F221; }

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

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

background-color css

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

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

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

border-color css

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

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

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