Html Css Color HEX #C6F320 Pear

📋 copy color: '#C6F320'

red 198 ◦ green 243 ◦ blue 32

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

Shades of Pear #C6F320

Tints of Pear #C6F320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.37%

 BLUE value IS 32 (12.89% from 255) = 6.77%

R = 41.86%
G = 51.37%
B = 6.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#C6F320 (or 0xC6F320) is known color: Pear. HEX triplet: C6, F3 and 20. RGB value is (198,243,32). Sum of RGB (Red+Green+Blue) = 198+243+32=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F320 is #390CDF. Grayscale: #CECECE. Windows color (decimal): -3738848 or 2159558. OLE color: 2159558.

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

Color convert

RGB 198 243 32 -
CMYK 0.19 0 0.87 0.05
HSL 72.8º 0.9% 0.54% -
HSV(B) 72.8º 0.87% 0.95% -
XYZ 55.6 76.21 13.15 -
YUV 205.49 30.09 122.66 -
System Red Green Blue C M Y K H S L
Decimal 198 243 32 0.19 0 0.87 0.05 72.8 0.9 0.54
Hex C6 F3 20 13 0 57 5 49 5A 36
Octal 306 363 40 23 0 127 5 111 132 66
Binary 11000110 11110011 100000 10011 0 1010111 101 1001001 1011010 110110

Color Harmonies of #C6F320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F320

Black with #C6F320

Text Example


Text Example

White with #C6F320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F320; }

 p { color: rgb(198,243,32); }

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

background-color css

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

 a { background-color: rgb(198,243,32); }

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

border-color css

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

 span { border-color: rgb(198,243,32); }

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