Html Css Color HEX #6FBC01 Christi

📋 copy color: '#6FBC01'

red 111 ◦ green 188 ◦ blue 1

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

Shades of Christi #6FBC01

Tints of Christi #6FBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.67%

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

R = 37%
G = 62.67%
B = 0.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#6FBC01 (or 0x6FBC01) is known color: Christi. HEX triplet: 6F, BC and 01. RGB value is (111,188,1). Sum of RGB (Red+Green+Blue) = 111+188+1=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FBC01 is #9043FE. Grayscale: #909090. Windows color (decimal): -9454591 or 113775. OLE color: 113775.

HSL color Cylindrical-coordinate representation of color #6FBC01: hue angle of 84.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FBC01 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 1 -
CMYK 0.41 0 0.99 0.26
HSL 84.71º 0.99% 0.37% -
HSV(B) 84.71º 0.99% 0.74% -
XYZ 24.54 39.35 6.33 -
YUV 143.66 47.49 104.71 -
System Red Green Blue C M Y K H S L
Decimal 111 188 1 0.41 0 0.99 0.26 84.71 0.99 0.37
Hex 6F BC 1 29 0 63 1A 55 63 25
Octal 157 274 1 51 0 143 32 125 143 45
Binary 1101111 10111100 1 101001 0 1100011 11010 1010101 1100011 100101

Color Harmonies of #6FBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC01

Black with #6FBC01

Text Example


Text Example

White with #6FBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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