Html Css Color HEX #8CBF04 Citrus

📋 copy color: '#8CBF04'

red 140 ◦ green 191 ◦ blue 4

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

Shades of Citrus #8CBF04

Tints of Citrus #8CBF04

RGB

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

 GREEN value IS 191 (75% from 255) = 57.01%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 41.79%
G = 57.01%
B = 1.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#8CBF04 (or 0x8CBF04) is known color: Citrus. HEX triplet: 8C, BF and 04. RGB value is (140,191,4). Sum of RGB (Red+Green+Blue) = 140+191+4=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBF04 is #7340FB. Grayscale: #9B9B9B. Windows color (decimal): -7553276 or 311180. OLE color: 311180.

HSL color Cylindrical-coordinate representation of color #8CBF04: hue angle of 76.36º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CBF04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 4 -
CMYK 0.27 0 0.98 0.25
HSL 76.36º 0.96% 0.38% -
HSV(B) 76.36º 0.98% 0.75% -
XYZ 29.47 42.85 6.83 -
YUV 154.43 43.1 117.71 -
System Red Green Blue C M Y K H S L
Decimal 140 191 4 0.27 0 0.98 0.25 76.36 0.96 0.38
Hex 8C BF 4 1B 0 62 19 4C 60 26
Octal 214 277 4 33 0 142 31 114 140 46
Binary 10001100 10111111 100 11011 0 1100010 11001 1001100 1100000 100110

Color Harmonies of #8CBF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF04

Black with #8CBF04

Text Example


Text Example

White with #8CBF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,4); }

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

background-color css

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

 a { background-color: rgb(140,191,4); }

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

border-color css

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

 span { border-color: rgb(140,191,4); }

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