Html Css Color HEX #C6F126 Pear

📋 copy color: '#C6F126'

red 198 ◦ green 241 ◦ blue 38

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

Shades of Pear #C6F126

Tints of Pear #C6F126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.97%

R = 41.51%
G = 50.52%
B = 7.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#C6F126 (or 0xC6F126) is known color: Pear. HEX triplet: C6, F1 and 26. RGB value is (198,241,38). Sum of RGB (Red+Green+Blue) = 198+241+38=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F126 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F126 is #390ED9. Grayscale: #CDCDCD. Windows color (decimal): -3739354 or 2552262. OLE color: 2552262.

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

Color convert

RGB 198 241 38 -
CMYK 0.18 0 0.84 0.05
HSL 72.71º 0.88% 0.55% -
HSV(B) 72.71º 0.84% 0.95% -
XYZ 55.09 75.06 13.42 -
YUV 205 33.75 123.01 -
System Red Green Blue C M Y K H S L
Decimal 198 241 38 0.18 0 0.84 0.05 72.71 0.88 0.55
Hex C6 F1 26 12 0 54 5 49 58 37
Octal 306 361 46 22 0 124 5 111 130 67
Binary 11000110 11110001 100110 10010 0 1010100 101 1001001 1011000 110111

Color Harmonies of #C6F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F126

Black with #C6F126

Text Example


Text Example

White with #C6F126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F126; }

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

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

background-color css

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

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

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

border-color css

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

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

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