Html Css Color HEX #8FCA0B Citrus

📋 copy color: '#8FCA0B'

red 143 ◦ green 202 ◦ blue 11

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

Shades of Citrus #8FCA0B

Tints of Citrus #8FCA0B

RGB

 RED value IS 143 (56.25% from 255) = 40.17%

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 40.17%
G = 56.74%
B = 3.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#8FCA0B (or 0x8FCA0B) is known color: Citrus. HEX triplet: 8F, CA and 0B. RGB value is (143,202,11). Sum of RGB (Red+Green+Blue) = 143+202+11=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA0B is #7035F4. Grayscale: #A3A3A3. Windows color (decimal): -7353845 or 772751. OLE color: 772751.

HSL color Cylindrical-coordinate representation of color #8FCA0B: hue angle of 78.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FCA0B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 11 -
CMYK 0.29 0 0.95 0.21
HSL 78.53º 0.9% 0.42% -
HSV(B) 78.53º 0.95% 0.79% -
XYZ 32.51 48.1 7.89 -
YUV 162.59 42.45 114.03 -
System Red Green Blue C M Y K H S L
Decimal 143 202 11 0.29 0 0.95 0.21 78.53 0.9 0.42
Hex 8F CA B 1D 0 5F 15 4F 5A 2A
Octal 217 312 13 35 0 137 25 117 132 52
Binary 10001111 11001010 1011 11101 0 1011111 10101 1001111 1011010 101010

Color Harmonies of #8FCA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA0B

Black with #8FCA0B

Text Example


Text Example

White with #8FCA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,202,11); }

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

background-color css

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

 a { background-color: rgb(143,202,11); }

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

border-color css

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

 span { border-color: rgb(143,202,11); }

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