Html Css Color HEX #6CCC01 Christi

📋 copy color: '#6CCC01'

red 108 ◦ green 204 ◦ blue 1

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

Shades of Christi #6CCC01

Tints of Christi #6CCC01

RGB

 RED value IS 108 (42.58% from 255) = 34.5%

 GREEN value IS 204 (80.08% from 255) = 65.18%

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

R = 34.5%
G = 65.18%
B = 0.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#6CCC01 (or 0x6CCC01) is known color: Christi. HEX triplet: 6C, CC and 01. RGB value is (108,204,1). Sum of RGB (Red+Green+Blue) = 108+204+1=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC01 is #9333FE. Grayscale: #989898. Windows color (decimal): -9647103 or 117868. OLE color: 117868.

HSL color Cylindrical-coordinate representation of color #6CCC01: hue angle of 88.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CCC01 is Cyan = 0.47, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 1 -
CMYK 0.47 0 1.00 0.2
HSL 88.37º 0.99% 0.4% -
HSV(B) 88.37º 1% 0.8% -
XYZ 27.78 46.38 7.52 -
YUV 152.15 42.7 96.51 -
System Red Green Blue C M Y K H S L
Decimal 108 204 1 0.47 0 1.00 0.2 88.37 0.99 0.4
Hex 6C CC 1 2F 0 64 14 58 63 28
Octal 154 314 1 57 0 144 24 130 143 50
Binary 1101100 11001100 1 101111 0 1100100 10100 1011000 1100011 101000

Color Harmonies of #6CCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC01

Black with #6CCC01

Text Example


Text Example

White with #6CCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,1); }

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

background-color css

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

 a { background-color: rgb(108,204,1); }

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

border-color css

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

 span { border-color: rgb(108,204,1); }

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