Html Css Color HEX #6FCD13 Christi

📋 copy color: '#6FCD13'

red 111 ◦ green 205 ◦ blue 19

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

Shades of Christi #6FCD13

Tints of Christi #6FCD13

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.19%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 33.13%
G = 61.19%
B = 5.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#6FCD13 (or 0x6FCD13) is known color: Christi. HEX triplet: 6F, CD and 13. RGB value is (111,205,19). Sum of RGB (Red+Green+Blue) = 111+205+19=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FCD13 is #9032EC. Grayscale: #9C9C9C. Windows color (decimal): -9450221 or 1297775. OLE color: 1297775.

HSL color Cylindrical-coordinate representation of color #6FCD13: hue angle of 90.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FCD13 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 19 -
CMYK 0.46 0 0.91 0.20
HSL 90.32º 0.83% 0.44% -
HSV(B) 90.32º 0.91% 0.8% -
XYZ 28.5 47.09 8.2 -
YUV 155.69 50.86 96.12 -
System Red Green Blue C M Y K H S L
Decimal 111 205 19 0.46 0 0.91 0.20 90.32 0.83 0.44
Hex 6F CD 13 2E 0 5B 14 5A 53 2C
Octal 157 315 23 56 0 133 24 132 123 54
Binary 1101111 11001101 10011 101110 0 1011011 10100 1011010 1010011 101100

Color Harmonies of #6FCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCD13

Black with #6FCD13

Text Example


Text Example

White with #6FCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,205,19); }

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

background-color css

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

 a { background-color: rgb(111,205,19); }

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

border-color css

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

 span { border-color: rgb(111,205,19); }

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