Html Css Color HEX #BCE450 Conifer

📋 copy color: '#BCE450'

red 188 ◦ green 228 ◦ blue 80

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

Shades of Conifer #BCE450

Tints of Conifer #BCE450

RGB

 RED value IS 188 (73.83% from 255) = 37.9%

 GREEN value IS 228 (89.45% from 255) = 45.97%

 BLUE value IS 80 (31.64% from 255) = 16.13%

R = 37.9%
G = 45.97%
B = 16.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#BCE450 (or 0xBCE450) is known color: Conifer. HEX triplet: BC, E4 and 50. RGB value is (188,228,80). Sum of RGB (Red+Green+Blue) = 188+228+80=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE450 is #431BAF. Grayscale: #C7C7C7. Windows color (decimal): -4398000 or 5301436. OLE color: 5301436.

HSL color Cylindrical-coordinate representation of color #BCE450: hue angle of 76.22º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE450 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 80 -
CMYK 0.18 0 0.65 0.11
HSL 76.22º 0.73% 0.6% -
HSV(B) 76.22º 0.65% 0.89% -
XYZ 49.93 66.76 17.84 -
YUV 199.17 60.75 120.03 -
System Red Green Blue C M Y K H S L
Decimal 188 228 80 0.18 0 0.65 0.11 76.22 0.73 0.6
Hex BC E4 50 12 0 41 B 4C 49 3C
Octal 274 344 120 22 0 101 13 114 111 74
Binary 10111100 11100100 1010000 10010 0 1000001 1011 1001100 1001001 111100

Color Harmonies of #BCE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE450

Black with #BCE450

Text Example


Text Example

White with #BCE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE450; }

 p { color: rgb(188,228,80); }

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

background-color css

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

 a { background-color: rgb(188,228,80); }

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

border-color css

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

 span { border-color: rgb(188,228,80); }

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