Html Css Color HEX #6FCC05 Christi

📋 copy color: '#6FCC05'

red 111 ◦ green 204 ◦ blue 5

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

Shades of Christi #6FCC05

Tints of Christi #6FCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 34.69%
G = 63.75%
B = 1.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#6FCC05 (or 0x6FCC05) is known color: Christi. HEX triplet: 6F, CC and 05. RGB value is (111,204,5). Sum of RGB (Red+Green+Blue) = 111+204+5=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCC05 is #9033FA. Grayscale: #9A9A9A. Windows color (decimal): -9450491 or 380015. OLE color: 380015.

HSL color Cylindrical-coordinate representation of color #6FCC05: hue angle of 88.04º degrees, saturation: 0.95, 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 #6FCC05 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 204 5 -
CMYK 0.46 0 0.98 0.2
HSL 88.04º 0.95% 0.41% -
HSV(B) 88.04º 0.98% 0.8% -
XYZ 28.18 46.58 7.65 -
YUV 153.51 44.19 97.68 -
System Red Green Blue C M Y K H S L
Decimal 111 204 5 0.46 0 0.98 0.2 88.04 0.95 0.41
Hex 6F CC 5 2E 0 62 14 58 5F 29
Octal 157 314 5 56 0 142 24 130 137 51
Binary 1101111 11001100 101 101110 0 1100010 10100 1011000 1011111 101001

Color Harmonies of #6FCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCC05

Black with #6FCC05

Text Example


Text Example

White with #6FCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,204,5); }

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

background-color css

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

 a { background-color: rgb(111,204,5); }

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

border-color css

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

 span { border-color: rgb(111,204,5); }

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