Html Css Color HEX #BCE75D Conifer

📋 copy color: '#BCE75D'

red 188 ◦ green 231 ◦ blue 93

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

Shades of Conifer #BCE75D

Tints of Conifer #BCE75D

RGB

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

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

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

R = 36.72%
G = 45.12%
B = 18.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#BCE75D (or 0xBCE75D) is known color: Conifer. HEX triplet: BC, E7 and 5D. RGB value is (188,231,93). Sum of RGB (Red+Green+Blue) = 188+231+93=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE75D is #4318A2. Grayscale: #CACACA. Windows color (decimal): -4397219 or 6154172. OLE color: 6154172.

HSL color Cylindrical-coordinate representation of color #BCE75D: hue angle of 78.7º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCE75D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 93 -
CMYK 0.19 0 0.60 0.09
HSL 78.7º 0.74% 0.64% -
HSV(B) 78.7º 0.6% 0.91% -
XYZ 51.29 68.63 20.9 -
YUV 202.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 188 231 93 0.19 0 0.60 0.09 78.7 0.74 0.64
Hex BC E7 5D 13 0 3C 9 4F 4A 40
Octal 274 347 135 23 0 74 11 117 112 100
Binary 10111100 11100111 1011101 10011 0 111100 1001 1001111 1001010 1000000

Color Harmonies of #BCE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE75D

Black with #BCE75D

Text Example


Text Example

White with #BCE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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