Html Css Color HEX #8CCF69 Mantis

📋 copy color: '#8CCF69'

red 140 ◦ green 207 ◦ blue 105

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

Shades of Mantis #8CCF69

Tints of Mantis #8CCF69

RGB

 RED value IS 140 (55.08% from 255) = 30.97%

 GREEN value IS 207 (81.25% from 255) = 45.8%

 BLUE value IS 105 (41.41% from 255) = 23.23%

R = 30.97%
G = 45.8%
B = 23.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#8CCF69 (or 0x8CCF69) is known color: Mantis. HEX triplet: 8C, CF and 69. RGB value is (140,207,105). Sum of RGB (Red+Green+Blue) = 140+207+105=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF69 is #733096. Grayscale: #AFAFAF. Windows color (decimal): -7549079 or 6934412. OLE color: 6934412.

HSL color Cylindrical-coordinate representation of color #8CCF69: hue angle of 99.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CCF69 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 207 105 -
CMYK 0.32 0 0.49 0.19
HSL 99.41º 0.52% 0.61% -
HSV(B) 99.41º 0.49% 0.81% -
XYZ 35.68 51.22 21.37 -
YUV 175.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 140 207 105 0.32 0 0.49 0.19 99.41 0.52 0.61
Hex 8C CF 69 20 0 31 13 63 34 3D
Octal 214 317 151 40 0 61 23 143 64 75
Binary 10001100 11001111 1101001 100000 0 110001 10011 1100011 110100 111101

Color Harmonies of #8CCF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCF69

Black with #8CCF69

Text Example


Text Example

White with #8CCF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCF69; }

 p { color: rgb(140,207,105); }

 H1.HeaderClassName
 {
   color: #8CCF69;
 }
 .AnyTagClassName
 {
   color: #8CCF69;
 }
</style>

background-color css

<style>
 a { background-color: #8CCF69; }

 a { background-color: rgb(140,207,105); }

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

border-color css

<style>
 span { border-color: #8CCF69; }

 span { border-color: rgb(140,207,105); }

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