Html Css Color HEX #C6EB2F Pear

📋 copy color: '#C6EB2F'

red 198 ◦ green 235 ◦ blue 47

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

Shades of Pear #C6EB2F

Tints of Pear #C6EB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.79%

R = 41.25%
G = 48.96%
B = 9.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#C6EB2F (or 0xC6EB2F) is known color: Pear. HEX triplet: C6, EB and 2F. RGB value is (198,235,47). Sum of RGB (Red+Green+Blue) = 198+235+47=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6EB2F is #3914D0. Grayscale: #CBCBCB. Windows color (decimal): -3740881 or 3140550. OLE color: 3140550.

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

Color convert

RGB 198 235 47 -
CMYK 0.16 0 0.8 0.08
HSL 71.81º 0.82% 0.55% -
HSV(B) 71.81º 0.8% 0.92% -
XYZ 53.51 71.63 13.69 -
YUV 202.51 40.24 124.79 -
System Red Green Blue C M Y K H S L
Decimal 198 235 47 0.16 0 0.8 0.08 71.81 0.82 0.55
Hex C6 EB 2F 10 0 50 8 48 52 37
Octal 306 353 57 20 0 120 10 110 122 67
Binary 11000110 11101011 101111 10000 0 1010000 1000 1001000 1010010 110111

Color Harmonies of #C6EB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB2F

Black with #C6EB2F

Text Example


Text Example

White with #C6EB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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