Html Css Color HEX #C6F13D Pear

📋 copy color: '#C6F13D'

red 198 ◦ green 241 ◦ blue 61

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

Shades of Pear #C6F13D

Tints of Pear #C6F13D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 39.6%
G = 48.2%
B = 12.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#C6F13D (or 0xC6F13D) is known color: Pear. HEX triplet: C6, F1 and 3D. RGB value is (198,241,61). Sum of RGB (Red+Green+Blue) = 198+241+61=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F13D is #390EC2. Grayscale: #D0D0D0. Windows color (decimal): -3739331 or 4059590. OLE color: 4059590.

HSL color Cylindrical-coordinate representation of color #C6F13D: hue angle of 74.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6F13D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 241 61 -
CMYK 0.18 0 0.75 0.05
HSL 74.33º 0.87% 0.59% -
HSV(B) 74.33º 0.75% 0.95% -
XYZ 55.59 75.25 16.01 -
YUV 207.62 45.25 121.14 -
System Red Green Blue C M Y K H S L
Decimal 198 241 61 0.18 0 0.75 0.05 74.33 0.87 0.59
Hex C6 F1 3D 12 0 4B 5 4A 57 3B
Octal 306 361 75 22 0 113 5 112 127 73
Binary 11000110 11110001 111101 10010 0 1001011 101 1001010 1010111 111011

Color Harmonies of #C6F13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F13D

Black with #C6F13D

Text Example


Text Example

White with #C6F13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F13D; }

 p { color: rgb(198,241,61); }

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

background-color css

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

 a { background-color: rgb(198,241,61); }

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

border-color css

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

 span { border-color: rgb(198,241,61); }

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