Html Css Color HEX #C6EB1E Pear

📋 copy color: '#C6EB1E'

red 198 ◦ green 235 ◦ blue 30

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

Shades of Pear #C6EB1E

Tints of Pear #C6EB1E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.76%

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

R = 42.76%
G = 50.76%
B = 6.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#C6EB1E (or 0xC6EB1E) is known color: Pear. HEX triplet: C6, EB and 1E. RGB value is (198,235,30). Sum of RGB (Red+Green+Blue) = 198+235+30=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB1E is #3914E1. Grayscale: #C9C9C9. Windows color (decimal): -3740898 or 2026438. OLE color: 2026438.

HSL color Cylindrical-coordinate representation of color #C6EB1E: hue angle of 70.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6EB1E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 235 30 -
CMYK 0.16 0 0.87 0.08
HSL 70.83º 0.84% 0.52% -
HSV(B) 70.83º 0.87% 0.92% -
XYZ 53.23 71.52 12.23 -
YUV 200.57 31.74 126.17 -
System Red Green Blue C M Y K H S L
Decimal 198 235 30 0.16 0 0.87 0.08 70.83 0.84 0.52
Hex C6 EB 1E 10 0 57 8 47 54 34
Octal 306 353 36 20 0 127 10 107 124 64
Binary 11000110 11101011 11110 10000 0 1010111 1000 1000111 1010100 110100

Color Harmonies of #C6EB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB1E

Black with #C6EB1E

Text Example


Text Example

White with #C6EB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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