Html Css Color HEX #C6EA1D Pear

📋 copy color: '#C6EA1D'

red 198 ◦ green 234 ◦ blue 29

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

Shades of Pear #C6EA1D

Tints of Pear #C6EA1D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

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

R = 42.95%
G = 50.76%
B = 6.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#C6EA1D (or 0xC6EA1D) is known color: Pear. HEX triplet: C6, EA and 1D. RGB value is (198,234,29). Sum of RGB (Red+Green+Blue) = 198+234+29=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EA1D is #3915E2. Grayscale: #C8C8C8. Windows color (decimal): -3741155 or 1960646. OLE color: 1960646.

HSL color Cylindrical-coordinate representation of color #C6EA1D: hue angle of 70.54º degrees, saturation: 0.83, 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 #C6EA1D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 234 29 -
CMYK 0.15 0 0.88 0.08
HSL 70.54º 0.83% 0.52% -
HSV(B) 70.54º 0.88% 0.92% -
XYZ 52.93 70.94 12.07 -
YUV 199.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 198 234 29 0.15 0 0.88 0.08 70.54 0.83 0.52
Hex C6 EA 1D F 0 58 8 47 53 34
Octal 306 352 35 17 0 130 10 107 123 64
Binary 11000110 11101010 11101 1111 0 1011000 1000 1000111 1010011 110100

Color Harmonies of #C6EA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EA1D

Black with #C6EA1D

Text Example


Text Example

White with #C6EA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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