Html Css Color HEX #C6F535 Pear

📋 copy color: '#C6F535'

red 198 ◦ green 245 ◦ blue 53

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

Shades of Pear #C6F535

Tints of Pear #C6F535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.4%

 BLUE value IS 53 (21.09% from 255) = 10.69%

R = 39.92%
G = 49.4%
B = 10.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#C6F535 (or 0xC6F535) is known color: Pear. HEX triplet: C6, F5 and 35. RGB value is (198,245,53). Sum of RGB (Red+Green+Blue) = 198+245+53=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F535 is #390ACA. Grayscale: #D1D1D1. Windows color (decimal): -3738315 or 3536326. OLE color: 3536326.

HSL color Cylindrical-coordinate representation of color #C6F535: hue angle of 74.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6F535 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 245 53 -
CMYK 0.19 0 0.78 0.04
HSL 74.69º 0.91% 0.58% -
HSV(B) 74.69º 0.78% 0.96% -
XYZ 56.58 77.57 15.36 -
YUV 209.06 39.93 120.11 -
System Red Green Blue C M Y K H S L
Decimal 198 245 53 0.19 0 0.78 0.04 74.69 0.91 0.58
Hex C6 F5 35 13 0 4E 4 4B 5B 3A
Octal 306 365 65 23 0 116 4 113 133 72
Binary 11000110 11110101 110101 10011 0 1001110 100 1001011 1011011 111010

Color Harmonies of #C6F535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F535

Black with #C6F535

Text Example


Text Example

White with #C6F535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F535; }

 p { color: rgb(198,245,53); }

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

background-color css

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

 a { background-color: rgb(198,245,53); }

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

border-color css

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

 span { border-color: rgb(198,245,53); }

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