Html Css Color HEX #BCF55B Conifer

📋 copy color: '#BCF55B'

red 188 ◦ green 245 ◦ blue 91

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

Shades of Conifer #BCF55B

Tints of Conifer #BCF55B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.76%

 BLUE value IS 91 (35.94% from 255) = 17.37%

R = 35.88%
G = 46.76%
B = 17.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#BCF55B (or 0xBCF55B) is known color: Conifer. HEX triplet: BC, F5 and 5B. RGB value is (188,245,91). Sum of RGB (Red+Green+Blue) = 188+245+91=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF55B is #430AA4. Grayscale: #D2D2D2. Windows color (decimal): -4393637 or 6026684. OLE color: 6026684.

HSL color Cylindrical-coordinate representation of color #BCF55B: hue angle of 82.21º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCF55B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 91 -
CMYK 0.23 0 0.63 0.04
HSL 82.21º 0.89% 0.66% -
HSV(B) 82.21º 0.63% 0.96% -
XYZ 55.28 76.75 21.8 -
YUV 210.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 188 245 91 0.23 0 0.63 0.04 82.21 0.89 0.66
Hex BC F5 5B 17 0 3F 4 52 59 42
Octal 274 365 133 27 0 77 4 122 131 102
Binary 10111100 11110101 1011011 10111 0 111111 100 1010010 1011001 1000010

Color Harmonies of #BCF55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF55B

Black with #BCF55B

Text Example


Text Example

White with #BCF55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF55B; }

 p { color: rgb(188,245,91); }

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

background-color css

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

 a { background-color: rgb(188,245,91); }

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

border-color css

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

 span { border-color: rgb(188,245,91); }

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