Html Css Color HEX #C6F625 Pear

📋 copy color: '#C6F625'

red 198 ◦ green 246 ◦ blue 37

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

Shades of Pear #C6F625

Tints of Pear #C6F625

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.14%

 BLUE value IS 37 (14.84% from 255) = 7.69%

R = 41.16%
G = 51.14%
B = 7.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#C6F625 (or 0xC6F625) is known color: Pear. HEX triplet: C6, F6 and 25. RGB value is (198,246,37). Sum of RGB (Red+Green+Blue) = 198+246+37=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F625 is #3909DA. Grayscale: #D0D0D0. Windows color (decimal): -3738075 or 2488006. OLE color: 2488006.

HSL color Cylindrical-coordinate representation of color #C6F625: hue angle of 73.78º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6F625 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 246 37 -
CMYK 0.20 0 0.85 0.04
HSL 73.78º 0.92% 0.55% -
HSV(B) 73.78º 0.85% 0.96% -
XYZ 56.58 78.05 13.83 -
YUV 207.82 31.6 120.99 -
System Red Green Blue C M Y K H S L
Decimal 198 246 37 0.20 0 0.85 0.04 73.78 0.92 0.55
Hex C6 F6 25 14 0 55 4 4A 5C 37
Octal 306 366 45 24 0 125 4 112 134 67
Binary 11000110 11110110 100101 10100 0 1010101 100 1001010 1011100 110111

Color Harmonies of #C6F625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F625

Black with #C6F625

Text Example


Text Example

White with #C6F625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F625; }

 p { color: rgb(198,246,37); }

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

background-color css

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

 a { background-color: rgb(198,246,37); }

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

border-color css

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

 span { border-color: rgb(198,246,37); }

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