Html Css Color HEX #C6F12E Pear

📋 copy color: '#C6F12E'

red 198 ◦ green 241 ◦ blue 46

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

Shades of Pear #C6F12E

Tints of Pear #C6F12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.48%

R = 40.82%
G = 49.69%
B = 9.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#C6F12E (or 0xC6F12E) is known color: Pear. HEX triplet: C6, F1 and 2E. RGB value is (198,241,46). Sum of RGB (Red+Green+Blue) = 198+241+46=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F12E is #390ED1. Grayscale: #CECECE. Windows color (decimal): -3739346 or 3076550. OLE color: 3076550.

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

Color convert

RGB 198 241 46 -
CMYK 0.18 0 0.81 0.05
HSL 73.23º 0.87% 0.56% -
HSV(B) 73.23º 0.81% 0.95% -
XYZ 55.24 75.11 14.17 -
YUV 205.91 37.75 122.36 -
System Red Green Blue C M Y K H S L
Decimal 198 241 46 0.18 0 0.81 0.05 73.23 0.87 0.56
Hex C6 F1 2E 12 0 51 5 49 57 38
Octal 306 361 56 22 0 121 5 111 127 70
Binary 11000110 11110001 101110 10010 0 1010001 101 1001001 1010111 111000

Color Harmonies of #C6F12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F12E

Black with #C6F12E

Text Example


Text Example

White with #C6F12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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