Html Css Color HEX #C7F21E Pear

📋 copy color: '#C7F21E'

red 199 ◦ green 242 ◦ blue 30

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

Shades of Pear #C7F21E

Tints of Pear #C7F21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 42.25%
G = 51.38%
B = 6.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#C7F21E (or 0xC7F21E) is known color: Pear. HEX triplet: C7, F2 and 1E. RGB value is (199,242,30). Sum of RGB (Red+Green+Blue) = 199+242+30=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F21E is #380DE1. Grayscale: #CDCDCD. Windows color (decimal): -3673570 or 2028231. OLE color: 2028231.

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

Color convert

RGB 199 242 30 -
CMYK 0.18 0 0.88 0.05
HSL 72.17º 0.89% 0.53% -
HSV(B) 72.17º 0.88% 0.95% -
XYZ 55.54 75.74 12.92 -
YUV 204.98 29.25 123.74 -
System Red Green Blue C M Y K H S L
Decimal 199 242 30 0.18 0 0.88 0.05 72.17 0.89 0.53
Hex C7 F2 1E 12 0 58 5 48 59 35
Octal 307 362 36 22 0 130 5 110 131 65
Binary 11000111 11110010 11110 10010 0 1011000 101 1001000 1011001 110101

Color Harmonies of #C7F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F21E

Black with #C7F21E

Text Example


Text Example

White with #C7F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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