Html Css Color HEX #8CC30F Citrus

📋 copy color: '#8CC30F'

red 140 ◦ green 195 ◦ blue 15

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

Shades of Citrus #8CC30F

Tints of Citrus #8CC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 40%
G = 55.71%
B = 4.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#8CC30F (or 0x8CC30F) is known color: Citrus. HEX triplet: 8C, C3 and 0F. RGB value is (140,195,15). Sum of RGB (Red+Green+Blue) = 140+195+15=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC30F is #733CF0. Grayscale: #9E9E9E. Windows color (decimal): -7552241 or 1033100. OLE color: 1033100.

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

Color convert

RGB 140 195 15 -
CMYK 0.28 0 0.92 0.24
HSL 78.33º 0.86% 0.41% -
HSV(B) 78.33º 0.92% 0.76% -
XYZ 30.42 44.64 7.47 -
YUV 158.04 47.28 115.14 -
System Red Green Blue C M Y K H S L
Decimal 140 195 15 0.28 0 0.92 0.24 78.33 0.86 0.41
Hex 8C C3 F 1C 0 5C 18 4E 56 29
Octal 214 303 17 34 0 134 30 116 126 51
Binary 10001100 11000011 1111 11100 0 1011100 11000 1001110 1010110 101001

Color Harmonies of #8CC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC30F

Black with #8CC30F

Text Example


Text Example

White with #8CC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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