Html Css Color HEX #BCE750 Conifer

📋 copy color: '#BCE750'

red 188 ◦ green 231 ◦ blue 80

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

Shades of Conifer #BCE750

Tints of Conifer #BCE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

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

R = 37.68%
G = 46.29%
B = 16.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BCE750 (or 0xBCE750) is known color: Conifer. HEX triplet: BC, E7 and 50. RGB value is (188,231,80). Sum of RGB (Red+Green+Blue) = 188+231+80=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE750 is #4318AF. Grayscale: #C9C9C9. Windows color (decimal): -4397232 or 5302204. OLE color: 5302204.

HSL color Cylindrical-coordinate representation of color #BCE750: hue angle of 77.09º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE750 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 80 -
CMYK 0.19 0 0.65 0.09
HSL 77.09º 0.76% 0.61% -
HSV(B) 77.09º 0.65% 0.91% -
XYZ 50.76 68.42 18.12 -
YUV 200.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 188 231 80 0.19 0 0.65 0.09 77.09 0.76 0.61
Hex BC E7 50 13 0 41 9 4D 4C 3D
Octal 274 347 120 23 0 101 11 115 114 75
Binary 10111100 11100111 1010000 10011 0 1000001 1001 1001101 1001100 111101

Color Harmonies of #BCE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE750

Black with #BCE750

Text Example


Text Example

White with #BCE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE750; }

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

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

background-color css

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

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

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

border-color css

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

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

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