Html Css Color HEX #C6F12F Pear

📋 copy color: '#C6F12F'

red 198 ◦ green 241 ◦ blue 47

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

Shades of Pear #C6F12F

Tints of Pear #C6F12F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.59%

 BLUE value IS 47 (18.75% from 255) = 9.67%

R = 40.74%
G = 49.59%
B = 9.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#C6F12F (or 0xC6F12F) is known color: Pear. HEX triplet: C6, F1 and 2F. RGB value is (198,241,47). Sum of RGB (Red+Green+Blue) = 198+241+47=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F12F is #390ED0. Grayscale: #CECECE. Windows color (decimal): -3739345 or 3142086. OLE color: 3142086.

HSL color Cylindrical-coordinate representation of color #C6F12F: hue angle of 73.3º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6F12F is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 241 47 -
CMYK 0.18 0 0.80 0.05
HSL 73.3º 0.87% 0.56% -
HSV(B) 73.3º 0.8% 0.95% -
XYZ 55.26 75.12 14.28 -
YUV 206.03 38.25 122.27 -
System Red Green Blue C M Y K H S L
Decimal 198 241 47 0.18 0 0.80 0.05 73.3 0.87 0.56
Hex C6 F1 2F 12 0 50 5 49 57 38
Octal 306 361 57 22 0 120 5 111 127 70
Binary 11000110 11110001 101111 10010 0 1010000 101 1001001 1010111 111000

Color Harmonies of #C6F12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F12F

Black with #C6F12F

Text Example


Text Example

White with #C6F12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F12F; }

 p { color: rgb(198,241,47); }

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

background-color css

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

 a { background-color: rgb(198,241,47); }

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

border-color css

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

 span { border-color: rgb(198,241,47); }

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