Html Css Color HEX #C7F221 Pear

📋 copy color: '#C7F221'

red 199 ◦ green 242 ◦ blue 33

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

Shades of Pear #C7F221

Tints of Pear #C7F221

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

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

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

R = 41.98%
G = 51.05%
B = 6.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#C7F221 (or 0xC7F221) is known color: Pear. HEX triplet: C7, F2 and 21. RGB value is (199,242,33). Sum of RGB (Red+Green+Blue) = 199+242+33=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F221 is #380DDE. Grayscale: #CECECE. Windows color (decimal): -3673567 or 2224839. OLE color: 2224839.

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

Color convert

RGB 199 242 33 -
CMYK 0.18 0 0.86 0.05
HSL 72.34º 0.89% 0.54% -
HSV(B) 72.34º 0.86% 0.95% -
XYZ 55.58 75.76 13.13 -
YUV 205.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 199 242 33 0.18 0 0.86 0.05 72.34 0.89 0.54
Hex C7 F2 21 12 0 56 5 48 59 36
Octal 307 362 41 22 0 126 5 110 131 66
Binary 11000111 11110010 100001 10010 0 1010110 101 1001000 1011001 110110

Color Harmonies of #C7F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F221

Black with #C7F221

Text Example


Text Example

White with #C7F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F221; }

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

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

background-color css

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

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

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

border-color css

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

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

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