Html Css Color HEX #BCFC5A Conifer

📋 copy color: '#BCFC5A'

red 188 ◦ green 252 ◦ blue 90

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

Shades of Conifer #BCFC5A

Tints of Conifer #BCFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.55%

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 35.47%
G = 47.55%
B = 16.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#BCFC5A (or 0xBCFC5A) is known color: Conifer. HEX triplet: BC, FC and 5A. RGB value is (188,252,90). Sum of RGB (Red+Green+Blue) = 188+252+90=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC5A is #4303A5. Grayscale: #D6D6D6. Windows color (decimal): -4391846 or 5962940. OLE color: 5962940.

HSL color Cylindrical-coordinate representation of color #BCFC5A: hue angle of 83.7º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCFC5A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 90 -
CMYK 0.25 0 0.64 0.01
HSL 83.7º 0.96% 0.67% -
HSV(B) 83.7º 0.64% 0.99% -
XYZ 57.39 81.05 22.29 -
YUV 214.4 57.8 109.17 -
System Red Green Blue C M Y K H S L
Decimal 188 252 90 0.25 0 0.64 0.01 83.7 0.96 0.67
Hex BC FC 5A 19 0 40 1 54 60 43
Octal 274 374 132 31 0 100 1 124 140 103
Binary 10111100 11111100 1011010 11001 0 1000000 1 1010100 1100000 1000011

Color Harmonies of #BCFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC5A

Black with #BCFC5A

Text Example


Text Example

White with #BCFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC5A; }

 p { color: rgb(188,252,90); }

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

background-color css

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

 a { background-color: rgb(188,252,90); }

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

border-color css

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

 span { border-color: rgb(188,252,90); }

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