Html Css Color HEX #B2E05D Conifer

📋 copy color: '#B2E05D'

red 178 ◦ green 224 ◦ blue 93

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

Shades of Conifer #B2E05D

Tints of Conifer #B2E05D

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

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

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 35.96%
G = 45.25%
B = 18.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#B2E05D (or 0xB2E05D) is known color: Conifer. HEX triplet: B2, E0 and 5D. RGB value is (178,224,93). Sum of RGB (Red+Green+Blue) = 178+224+93=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E05D is #4D1FA2. Grayscale: #C3C3C3. Windows color (decimal): -5054371 or 6152370. OLE color: 6152370.

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

Color convert

RGB 178 224 93 -
CMYK 0.21 0 0.58 0.12
HSL 81.07º 0.68% 0.62% -
HSV(B) 81.07º 0.58% 0.88% -
XYZ 46.99 63.57 20.15 -
YUV 195.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 178 224 93 0.21 0 0.58 0.12 81.07 0.68 0.62
Hex B2 E0 5D 15 0 3A C 51 44 3E
Octal 262 340 135 25 0 72 14 121 104 76
Binary 10110010 11100000 1011101 10101 0 111010 1100 1010001 1000100 111110

Color Harmonies of #B2E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E05D

Black with #B2E05D

Text Example


Text Example

White with #B2E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E05D; }

 p { color: rgb(178,224,93); }

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

background-color css

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

 a { background-color: rgb(178,224,93); }

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

border-color css

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

 span { border-color: rgb(178,224,93); }

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