Html Css Color HEX #08BF74 Jade

📋 copy color: '#08BF74'

red 8 ◦ green 191 ◦ blue 116

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

Shades of Jade #08BF74

Tints of Jade #08BF74

RGB

 RED value IS 8 (3.52% from 255) = 2.54%

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 2.54%
G = 60.63%
B = 36.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#08BF74 (or 0x08BF74) is known color: Jade. HEX triplet: 08, BF and 74. RGB value is (8,191,116). Sum of RGB (Red+Green+Blue) = 8+191+116=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BF74 is #F7408B. Grayscale: #7F7F7F. Windows color (decimal): -16203916 or 7651080. OLE color: 7651080.

HSL color Cylindrical-coordinate representation of color #08BF74: hue angle of 155.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BF74 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 116 -
CMYK 0.96 0 0.39 0.25
HSL 155.41º 0.92% 0.39% -
HSV(B) 155.41º 0.96% 0.75% -
XYZ 21.88 38.57 22.82 -
YUV 127.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 8 191 116 0.96 0 0.39 0.25 155.41 0.92 0.39
Hex 8 BF 74 60 0 27 19 9B 5C 27
Octal 10 277 164 140 0 47 31 233 134 47
Binary 1000 10111111 1110100 1100000 0 100111 11001 10011011 1011100 100111

Color Harmonies of #08BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BF74

Black with #08BF74

Text Example


Text Example

White with #08BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BF74; }

 p { color: rgb(8,191,116); }

 H1.HeaderClassName
 {
   color: #08BF74;
 }
 .AnyTagClassName
 {
   color: #08BF74;
 }
</style>

background-color css

<style>
 a { background-color: #08BF74; }

 a { background-color: rgb(8,191,116); }

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

border-color css

<style>
 span { border-color: #08BF74; }

 span { border-color: rgb(8,191,116); }

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