Html Css Color HEX #C6F232 Pear

📋 copy color: '#C6F232'

red 198 ◦ green 242 ◦ blue 50

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

Shades of Pear #C6F232

Tints of Pear #C6F232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 40.41%
G = 49.39%
B = 10.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#C6F232 (or 0xC6F232) is known color: Pear. HEX triplet: C6, F2 and 32. RGB value is (198,242,50). Sum of RGB (Red+Green+Blue) = 198+242+50=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F232 is #390DCD. Grayscale: #CFCFCF. Windows color (decimal): -3739086 or 3338950. OLE color: 3338950.

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

Color convert

RGB 198 242 50 -
CMYK 0.18 0 0.79 0.05
HSL 73.75º 0.88% 0.57% -
HSV(B) 73.75º 0.79% 0.95% -
XYZ 55.62 75.74 14.71 -
YUV 206.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 198 242 50 0.18 0 0.79 0.05 73.75 0.88 0.57
Hex C6 F2 32 12 0 4F 5 4A 58 39
Octal 306 362 62 22 0 117 5 112 130 71
Binary 11000110 11110010 110010 10010 0 1001111 101 1001010 1011000 111001

Color Harmonies of #C6F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F232

Black with #C6F232

Text Example


Text Example

White with #C6F232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F232; }

 p { color: rgb(198,242,50); }

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

background-color css

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

 a { background-color: rgb(198,242,50); }

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

border-color css

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

 span { border-color: rgb(198,242,50); }

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