Html Css Color HEX #6FC201 Christi

📋 copy color: '#6FC201'

red 111 ◦ green 194 ◦ blue 1

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

Shades of Christi #6FC201

Tints of Christi #6FC201

RGB

 RED value IS 111 (43.75% from 255) = 36.27%

 GREEN value IS 194 (76.17% from 255) = 63.4%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 36.27%
G = 63.4%
B = 0.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#6FC201 (or 0x6FC201) is known color: Christi. HEX triplet: 6F, C2 and 01. RGB value is (111,194,1). Sum of RGB (Red+Green+Blue) = 111+194+1=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC201 is #903DFE. Grayscale: #939393. Windows color (decimal): -9453055 or 115311. OLE color: 115311.

HSL color Cylindrical-coordinate representation of color #6FC201: hue angle of 85.8º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FC201 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 194 1 -
CMYK 0.43 0 0.99 0.24
HSL 85.8º 0.99% 0.38% -
HSV(B) 85.8º 0.99% 0.76% -
XYZ 25.85 41.97 6.77 -
YUV 147.18 45.5 102.19 -
System Red Green Blue C M Y K H S L
Decimal 111 194 1 0.43 0 0.99 0.24 85.8 0.99 0.38
Hex 6F C2 1 2B 0 63 18 56 63 26
Octal 157 302 1 53 0 143 30 126 143 46
Binary 1101111 11000010 1 101011 0 1100011 11000 1010110 1100011 100110

Color Harmonies of #6FC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC201

Black with #6FC201

Text Example


Text Example

White with #6FC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FC201; }

 p { color: rgb(111,194,1); }

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

background-color css

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

 a { background-color: rgb(111,194,1); }

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

border-color css

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

 span { border-color: rgb(111,194,1); }

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