Html Css Color HEX #C6F82C Pear

📋 copy color: '#C6F82C'

red 198 ◦ green 248 ◦ blue 44

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

Shades of Pear #C6F82C

Tints of Pear #C6F82C

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

 GREEN value IS 248 (97.27% from 255) = 50.61%

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 40.41%
G = 50.61%
B = 8.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#C6F82C (or 0xC6F82C) is known color: Pear. HEX triplet: C6, F8 and 2C. RGB value is (198,248,44). Sum of RGB (Red+Green+Blue) = 198+248+44=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F82C is #3907D3. Grayscale: #D2D2D2. Windows color (decimal): -3737556 or 2947270. OLE color: 2947270.

HSL color Cylindrical-coordinate representation of color #C6F82C: hue angle of 74.71º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6F82C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 248 44 -
CMYK 0.20 0 0.82 0.03
HSL 74.71º 0.94% 0.57% -
HSV(B) 74.71º 0.82% 0.97% -
XYZ 57.31 79.32 14.67 -
YUV 209.79 34.44 119.59 -
System Red Green Blue C M Y K H S L
Decimal 198 248 44 0.20 0 0.82 0.03 74.71 0.94 0.57
Hex C6 F8 2C 14 0 52 3 4B 5E 39
Octal 306 370 54 24 0 122 3 113 136 71
Binary 11000110 11111000 101100 10100 0 1010010 11 1001011 1011110 111001

Color Harmonies of #C6F82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F82C

Black with #C6F82C

Text Example


Text Example

White with #C6F82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F82C; }

 p { color: rgb(198,248,44); }

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

background-color css

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

 a { background-color: rgb(198,248,44); }

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

border-color css

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

 span { border-color: rgb(198,248,44); }

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