Html Css Color HEX #BCF363 Conifer

📋 copy color: '#BCF363'

red 188 ◦ green 243 ◦ blue 99

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

Shades of Conifer #BCF363

Tints of Conifer #BCF363

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.85%

 BLUE value IS 99 (39.06% from 255) = 18.68%

R = 35.47%
G = 45.85%
B = 18.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BCF363 (or 0xBCF363) is known color: Conifer. HEX triplet: BC, F3 and 63. RGB value is (188,243,99). Sum of RGB (Red+Green+Blue) = 188+243+99=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF363 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF363 is #430C9C. Grayscale: #D2D2D2. Windows color (decimal): -4394141 or 6550460. OLE color: 6550460.

HSL color Cylindrical-coordinate representation of color #BCF363: hue angle of 82.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF363 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 99 -
CMYK 0.23 0 0.59 0.05
HSL 82.92º 0.86% 0.67% -
HSV(B) 82.92º 0.59% 0.95% -
XYZ 55.04 75.69 23.51 -
YUV 210.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 188 243 99 0.23 0 0.59 0.05 82.92 0.86 0.67
Hex BC F3 63 17 0 3B 5 53 56 43
Octal 274 363 143 27 0 73 5 123 126 103
Binary 10111100 11110011 1100011 10111 0 111011 101 1010011 1010110 1000011

Color Harmonies of #BCF363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF363

Black with #BCF363

Text Example


Text Example

White with #BCF363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF363; }

 p { color: rgb(188,243,99); }

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

background-color css

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

 a { background-color: rgb(188,243,99); }

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

border-color css

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

 span { border-color: rgb(188,243,99); }

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