Html Css Color HEX #BCFD58 Conifer

📋 copy color: '#BCFD58'

red 188 ◦ green 253 ◦ blue 88

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

Shades of Conifer #BCFD58

Tints of Conifer #BCFD58

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

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

R = 35.54%
G = 47.83%
B = 16.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#BCFD58 (or 0xBCFD58) is known color: Conifer. HEX triplet: BC, FD and 58. RGB value is (188,253,88). Sum of RGB (Red+Green+Blue) = 188+253+88=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD58 is #4302A7. Grayscale: #D7D7D7. Windows color (decimal): -4391592 or 5832124. OLE color: 5832124.

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

Color convert

RGB 188 253 88 -
CMYK 0.26 0 0.65 0.01
HSL 83.64º 0.98% 0.67% -
HSV(B) 83.64º 0.65% 0.99% -
XYZ 57.63 81.65 21.95 -
YUV 214.76 56.47 108.92 -
System Red Green Blue C M Y K H S L
Decimal 188 253 88 0.26 0 0.65 0.01 83.64 0.98 0.67
Hex BC FD 58 1A 0 41 1 54 62 43
Octal 274 375 130 32 0 101 1 124 142 103
Binary 10111100 11111101 1011000 11010 0 1000001 1 1010100 1100010 1000011

Color Harmonies of #BCFD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD58

Black with #BCFD58

Text Example


Text Example

White with #BCFD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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