Html Css Color HEX #6CCC04 Christi

📋 copy color: '#6CCC04'

red 108 ◦ green 204 ◦ blue 4

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

Shades of Christi #6CCC04

Tints of Christi #6CCC04

RGB

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

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

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

R = 34.18%
G = 64.56%
B = 1.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#6CCC04 (or 0x6CCC04) is known color: Christi. HEX triplet: 6C, CC and 04. RGB value is (108,204,4). Sum of RGB (Red+Green+Blue) = 108+204+4=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCC04 is #9333FB. Grayscale: #999999. Windows color (decimal): -9647100 or 314476. OLE color: 314476.

HSL color Cylindrical-coordinate representation of color #6CCC04: hue angle of 88.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CCC04 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 204 4 -
CMYK 0.47 0 0.98 0.2
HSL 88.8º 0.96% 0.41% -
HSV(B) 88.8º 0.98% 0.8% -
XYZ 27.8 46.38 7.6 -
YUV 152.5 44.2 96.26 -
System Red Green Blue C M Y K H S L
Decimal 108 204 4 0.47 0 0.98 0.2 88.8 0.96 0.41
Hex 6C CC 4 2F 0 62 14 59 60 29
Octal 154 314 4 57 0 142 24 131 140 51
Binary 1101100 11001100 100 101111 0 1100010 10100 1011001 1100000 101001

Color Harmonies of #6CCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCC04

Black with #6CCC04

Text Example


Text Example

White with #6CCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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