Html Css Color HEX #BCEE58 Conifer

📋 copy color: '#BCEE58'

red 188 ◦ green 238 ◦ blue 88

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

Shades of Conifer #BCEE58

Tints of Conifer #BCEE58

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.3%

 BLUE value IS 88 (34.77% from 255) = 17.12%

R = 36.58%
G = 46.3%
B = 17.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#BCEE58 (or 0xBCEE58) is known color: Conifer. HEX triplet: BC, EE and 58. RGB value is (188,238,88). Sum of RGB (Red+Green+Blue) = 188+238+88=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE58 is #4311A7. Grayscale: #CECECE. Windows color (decimal): -4395432 or 5828284. OLE color: 5828284.

HSL color Cylindrical-coordinate representation of color #BCEE58: hue angle of 80º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCEE58 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 88 -
CMYK 0.21 0 0.63 0.07
HSL 80º 0.82% 0.64% -
HSV(B) 80º 0.63% 0.93% -
XYZ 53.08 72.55 20.44 -
YUV 205.95 61.44 115.2 -
System Red Green Blue C M Y K H S L
Decimal 188 238 88 0.21 0 0.63 0.07 80 0.82 0.64
Hex BC EE 58 15 0 3F 7 50 52 40
Octal 274 356 130 25 0 77 7 120 122 100
Binary 10111100 11101110 1011000 10101 0 111111 111 1010000 1010010 1000000

Color Harmonies of #BCEE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE58

Black with #BCEE58

Text Example


Text Example

White with #BCEE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE58; }

 p { color: rgb(188,238,88); }

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

background-color css

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

 a { background-color: rgb(188,238,88); }

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

border-color css

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

 span { border-color: rgb(188,238,88); }

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