Html Css Color HEX #C6F01E Pear

📋 copy color: '#C6F01E'

red 198 ◦ green 240 ◦ blue 30

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

Shades of Pear #C6F01E

Tints of Pear #C6F01E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 30 (12.11% from 255) = 6.41%

R = 42.31%
G = 51.28%
B = 6.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#C6F01E (or 0xC6F01E) is known color: Pear. HEX triplet: C6, F0 and 1E. RGB value is (198,240,30). Sum of RGB (Red+Green+Blue) = 198+240+30=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F01E is #390FE1. Grayscale: #CCCCCC. Windows color (decimal): -3739618 or 2027718. OLE color: 2027718.

HSL color Cylindrical-coordinate representation of color #C6F01E: hue angle of 72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6F01E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 30 -
CMYK 0.18 0 0.87 0.06
HSL 72º 0.88% 0.53% -
HSV(B) 72º 0.88% 0.94% -
XYZ 54.68 74.42 12.71 -
YUV 203.5 30.09 124.08 -
System Red Green Blue C M Y K H S L
Decimal 198 240 30 0.18 0 0.87 0.06 72 0.88 0.53
Hex C6 F0 1E 12 0 57 6 48 58 35
Octal 306 360 36 22 0 127 6 110 130 65
Binary 11000110 11110000 11110 10010 0 1010111 110 1001000 1011000 110101

Color Harmonies of #C6F01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F01E

Black with #C6F01E

Text Example


Text Example

White with #C6F01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F01E; }

 p { color: rgb(198,240,30); }

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

background-color css

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

 a { background-color: rgb(198,240,30); }

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

border-color css

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

 span { border-color: rgb(198,240,30); }

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