Html Css Color HEX #B0E640 Conifer

📋 copy color: '#B0E640'

red 176 ◦ green 230 ◦ blue 64

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

Shades of Conifer #B0E640

Tints of Conifer #B0E640

RGB

 RED value IS 176 (69.14% from 255) = 37.45%

 GREEN value IS 230 (90.23% from 255) = 48.94%

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 37.45%
G = 48.94%
B = 13.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#B0E640 (or 0xB0E640) is known color: Conifer. HEX triplet: B0, E6 and 40. RGB value is (176,230,64). Sum of RGB (Red+Green+Blue) = 176+230+64=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0E640 is #4F19BF. Grayscale: #C3C3C3. Windows color (decimal): -5183936 or 4253360. OLE color: 4253360.

HSL color Cylindrical-coordinate representation of color #B0E640: hue angle of 79.52º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0E640 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 230 64 -
CMYK 0.23 0 0.72 0.10
HSL 79.52º 0.77% 0.58% -
HSV(B) 79.52º 0.72% 0.9% -
XYZ 47.13 66.19 15.14 -
YUV 194.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 176 230 64 0.23 0 0.72 0.10 79.52 0.77 0.58
Hex B0 E6 40 17 0 48 A 50 4D 3A
Octal 260 346 100 27 0 110 12 120 115 72
Binary 10110000 11100110 1000000 10111 0 1001000 1010 1010000 1001101 111010

Color Harmonies of #B0E640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E640

Black with #B0E640

Text Example


Text Example

White with #B0E640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E640; }

 p { color: rgb(176,230,64); }

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

background-color css

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

 a { background-color: rgb(176,230,64); }

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

border-color css

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

 span { border-color: rgb(176,230,64); }

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