Html Css Color HEX #8CBF01 Citrus

📋 copy color: '#8CBF01'

red 140 ◦ green 191 ◦ blue 1

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

Shades of Citrus #8CBF01

Tints of Citrus #8CBF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 42.17%
G = 57.53%
B = 0.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#8CBF01 (or 0x8CBF01) is known color: Citrus. HEX triplet: 8C, BF and 01. RGB value is (140,191,1). Sum of RGB (Red+Green+Blue) = 140+191+1=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBF01 is #7340FE. Grayscale: #9A9A9A. Windows color (decimal): -7553279 or 114572. OLE color: 114572.

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

Color convert

RGB 140 191 1 -
CMYK 0.27 0 0.99 0.25
HSL 76.11º 0.99% 0.38% -
HSV(B) 76.11º 0.99% 0.75% -
XYZ 29.45 42.84 6.75 -
YUV 154.09 41.6 117.95 -
System Red Green Blue C M Y K H S L
Decimal 140 191 1 0.27 0 0.99 0.25 76.11 0.99 0.38
Hex 8C BF 1 1B 0 63 19 4C 63 26
Octal 214 277 1 33 0 143 31 114 143 46
Binary 10001100 10111111 1 11011 0 1100011 11001 1001100 1100011 100110

Color Harmonies of #8CBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF01

Black with #8CBF01

Text Example


Text Example

White with #8CBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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