Html Css Color HEX #B2ED41 Conifer

📋 copy color: '#B2ED41'

red 178 ◦ green 237 ◦ blue 65

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

Shades of Conifer #B2ED41

Tints of Conifer #B2ED41

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 37.08%
G = 49.38%
B = 13.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#B2ED41 (or 0xB2ED41) is known color: Conifer. HEX triplet: B2, ED and 41. RGB value is (178,237,65). Sum of RGB (Red+Green+Blue) = 178+237+65=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2ED41 is #4D12BE. Grayscale: #C8C8C8. Windows color (decimal): -5051071 or 4320690. OLE color: 4320690.

HSL color Cylindrical-coordinate representation of color #B2ED41: hue angle of 80.58º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2ED41 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 65 -
CMYK 0.25 0 0.73 0.07
HSL 80.58º 0.83% 0.59% -
HSV(B) 80.58º 0.73% 0.93% -
XYZ 49.6 70.42 15.98 -
YUV 199.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 178 237 65 0.25 0 0.73 0.07 80.58 0.83 0.59
Hex B2 ED 41 19 0 49 7 51 53 3B
Octal 262 355 101 31 0 111 7 121 123 73
Binary 10110010 11101101 1000001 11001 0 1001001 111 1010001 1010011 111011

Color Harmonies of #B2ED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED41

Black with #B2ED41

Text Example


Text Example

White with #B2ED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED41; }

 p { color: rgb(178,237,65); }

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

background-color css

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

 a { background-color: rgb(178,237,65); }

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

border-color css

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

 span { border-color: rgb(178,237,65); }

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