Html Css Color HEX #6BC304 Christi

📋 copy color: '#6BC304'

red 107 ◦ green 195 ◦ blue 4

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

Shades of Christi #6BC304

Tints of Christi #6BC304

RGB

 RED value IS 107 (42.19% from 255) = 34.97%

 GREEN value IS 195 (76.56% from 255) = 63.73%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 34.97%
G = 63.73%
B = 1.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#6BC304 (or 0x6BC304) is known color: Christi. HEX triplet: 6B, C3 and 04. RGB value is (107,195,4). Sum of RGB (Red+Green+Blue) = 107+195+4=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC304 is #943CFB. Grayscale: #939393. Windows color (decimal): -9714940 or 312171. OLE color: 312171.

HSL color Cylindrical-coordinate representation of color #6BC304: hue angle of 87.64º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6BC304 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 195 4 -
CMYK 0.45 0 0.98 0.24
HSL 87.64º 0.96% 0.39% -
HSV(B) 87.64º 0.98% 0.76% -
XYZ 25.6 42.16 6.9 -
YUV 146.91 47.35 99.53 -
System Red Green Blue C M Y K H S L
Decimal 107 195 4 0.45 0 0.98 0.24 87.64 0.96 0.39
Hex 6B C3 4 2D 0 62 18 58 60 27
Octal 153 303 4 55 0 142 30 130 140 47
Binary 1101011 11000011 100 101101 0 1100010 11000 1011000 1100000 100111

Color Harmonies of #6BC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC304

Black with #6BC304

Text Example


Text Example

White with #6BC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,195,4); }

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

background-color css

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

 a { background-color: rgb(107,195,4); }

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

border-color css

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

 span { border-color: rgb(107,195,4); }

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