Html Css Color HEX #B0E04B Conifer

📋 copy color: '#B0E04B'

red 176 ◦ green 224 ◦ blue 75

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

Shades of Conifer #B0E04B

Tints of Conifer #B0E04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 37.05%
G = 47.16%
B = 15.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#B0E04B (or 0xB0E04B) is known color: Conifer. HEX triplet: B0, E0 and 4B. RGB value is (176,224,75). Sum of RGB (Red+Green+Blue) = 176+224+75=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E04B is #4F1FB4. Grayscale: #C1C1C1. Windows color (decimal): -5185461 or 4972720. OLE color: 4972720.

HSL color Cylindrical-coordinate representation of color #B0E04B: hue angle of 79.33º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0E04B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 224 75 -
CMYK 0.21 0 0.67 0.12
HSL 79.33º 0.71% 0.59% -
HSV(B) 79.33º 0.67% 0.88% -
XYZ 45.83 63.05 16.41 -
YUV 192.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 176 224 75 0.21 0 0.67 0.12 79.33 0.71 0.59
Hex B0 E0 4B 15 0 43 C 4F 47 3B
Octal 260 340 113 25 0 103 14 117 107 73
Binary 10110000 11100000 1001011 10101 0 1000011 1100 1001111 1000111 111011

Color Harmonies of #B0E04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E04B

Black with #B0E04B

Text Example


Text Example

White with #B0E04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E04B; }

 p { color: rgb(176,224,75); }

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

background-color css

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

 a { background-color: rgb(176,224,75); }

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

border-color css

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

 span { border-color: rgb(176,224,75); }

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