Html Css Color HEX #8CC307 Citrus

📋 copy color: '#8CC307'

red 140 ◦ green 195 ◦ blue 7

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

Shades of Citrus #8CC307

Tints of Citrus #8CC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.02%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 40.94%
G = 57.02%
B = 2.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#8CC307 (or 0x8CC307) is known color: Citrus. HEX triplet: 8C, C3 and 07. RGB value is (140,195,7). Sum of RGB (Red+Green+Blue) = 140+195+7=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC307 is #733CF8. Grayscale: #9D9D9D. Windows color (decimal): -7552249 or 508812. OLE color: 508812.

HSL color Cylindrical-coordinate representation of color #8CC307: hue angle of 77.55º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CC307 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 7 -
CMYK 0.28 0 0.96 0.24
HSL 77.55º 0.93% 0.4% -
HSV(B) 77.55º 0.96% 0.76% -
XYZ 30.37 44.62 7.21 -
YUV 157.12 43.28 115.79 -
System Red Green Blue C M Y K H S L
Decimal 140 195 7 0.28 0 0.96 0.24 77.55 0.93 0.4
Hex 8C C3 7 1C 0 60 18 4E 5D 28
Octal 214 303 7 34 0 140 30 116 135 50
Binary 10001100 11000011 111 11100 0 1100000 11000 1001110 1011101 101000

Color Harmonies of #8CC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC307

Black with #8CC307

Text Example


Text Example

White with #8CC307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,7); }

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

background-color css

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

 a { background-color: rgb(140,195,7); }

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

border-color css

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

 span { border-color: rgb(140,195,7); }

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