Html Css Color HEX #08BF65 Jade

📋 copy color: '#08BF65'

red 8 ◦ green 191 ◦ blue 101

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

Shades of Jade #08BF65

Tints of Jade #08BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 2.67%
G = 63.67%
B = 33.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#08BF65 (or 0x08BF65) is known color: Jade. HEX triplet: 08, BF and 65. RGB value is (8,191,101). Sum of RGB (Red+Green+Blue) = 8+191+101=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BF65 is #F7409A. Grayscale: #7E7E7E. Windows color (decimal): -16203931 or 6668040. OLE color: 6668040.

HSL color Cylindrical-coordinate representation of color #08BF65: hue angle of 150.49º 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 #08BF65 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 191 101 -
CMYK 0.96 0 0.47 0.25
HSL 150.49º 0.92% 0.39% -
HSV(B) 150.49º 0.96% 0.75% -
XYZ 21.08 38.25 18.58 -
YUV 126.02 113.87 43.82 -
System Red Green Blue C M Y K H S L
Decimal 8 191 101 0.96 0 0.47 0.25 150.49 0.92 0.39
Hex 8 BF 65 60 0 2F 19 96 5C 27
Octal 10 277 145 140 0 57 31 226 134 47
Binary 1000 10111111 1100101 1100000 0 101111 11001 10010110 1011100 100111

Color Harmonies of #08BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BF65

Black with #08BF65

Text Example


Text Example

White with #08BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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