Html Css Color HEX #8BD606 Citrus

📋 copy color: '#8BD606'

red 139 ◦ green 214 ◦ blue 6

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

Shades of Citrus #8BD606

Tints of Citrus #8BD606

RGB

 RED value IS 139 (54.69% from 255) = 38.72%

 GREEN value IS 214 (83.98% from 255) = 59.61%

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 38.72%
G = 59.61%
B = 1.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#8BD606 (or 0x8BD606) is known color: Citrus. HEX triplet: 8B, D6 and 06. RGB value is (139,214,6). Sum of RGB (Red+Green+Blue) = 139+214+6=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 214 (83.98% from 255 or 59.61% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD606 is #7429F9. Grayscale: #A8A8A8. Windows color (decimal): -7612922 or 448139. OLE color: 448139.

HSL color Cylindrical-coordinate representation of color #8BD606: hue angle of 81.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BD606 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 6 -
CMYK 0.35 0 0.97 0.16
HSL 81.63º 0.95% 0.43% -
HSV(B) 81.63º 0.97% 0.84% -
XYZ 34.73 53.6 8.69 -
YUV 167.86 36.65 107.41 -
System Red Green Blue C M Y K H S L
Decimal 139 214 6 0.35 0 0.97 0.16 81.63 0.95 0.43
Hex 8B D6 6 23 0 61 10 52 5F 2B
Octal 213 326 6 43 0 141 20 122 137 53
Binary 10001011 11010110 110 100011 0 1100001 10000 1010010 1011111 101011

Color Harmonies of #8BD606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD606

Black with #8BD606

Text Example


Text Example

White with #8BD606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,6); }

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

background-color css

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

 a { background-color: rgb(139,214,6); }

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

border-color css

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

 span { border-color: rgb(139,214,6); }

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