Html Css Color HEX #C6EB1D Pear

📋 copy color: '#C6EB1D'

red 198 ◦ green 235 ◦ blue 29

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

Shades of Pear #C6EB1D

Tints of Pear #C6EB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.28%

R = 42.86%
G = 50.87%
B = 6.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#C6EB1D (or 0xC6EB1D) is known color: Pear. HEX triplet: C6, EB and 1D. RGB value is (198,235,29). Sum of RGB (Red+Green+Blue) = 198+235+29=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB1D is #3914E2. Grayscale: #C9C9C9. Windows color (decimal): -3740899 or 1960902. OLE color: 1960902.

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

Color convert

RGB 198 235 29 -
CMYK 0.16 0 0.88 0.08
HSL 70.78º 0.84% 0.52% -
HSV(B) 70.78º 0.88% 0.92% -
XYZ 53.22 71.51 12.16 -
YUV 200.45 31.24 126.25 -
System Red Green Blue C M Y K H S L
Decimal 198 235 29 0.16 0 0.88 0.08 70.78 0.84 0.52
Hex C6 EB 1D 10 0 58 8 47 54 34
Octal 306 353 35 20 0 130 10 107 124 64
Binary 11000110 11101011 11101 10000 0 1011000 1000 1000111 1010100 110100

Color Harmonies of #C6EB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB1D

Black with #C6EB1D

Text Example


Text Example

White with #C6EB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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