Html Css Color HEX #BCF463 Conifer

📋 copy color: '#BCF463'

red 188 ◦ green 244 ◦ blue 99

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

Shades of Conifer #BCF463

Tints of Conifer #BCF463

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

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

R = 35.4%
G = 45.95%
B = 18.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BCF463 (or 0xBCF463) is known color: Conifer. HEX triplet: BC, F4 and 63. RGB value is (188,244,99). Sum of RGB (Red+Green+Blue) = 188+244+99=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF463 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF463 is #430B9C. Grayscale: #D3D3D3. Windows color (decimal): -4393885 or 6550716. OLE color: 6550716.

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

Color convert

RGB 188 244 99 -
CMYK 0.23 0 0.59 0.04
HSL 83.17º 0.87% 0.67% -
HSV(B) 83.17º 0.59% 0.96% -
XYZ 55.34 76.29 23.61 -
YUV 210.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 188 244 99 0.23 0 0.59 0.04 83.17 0.87 0.67
Hex BC F4 63 17 0 3B 4 53 57 43
Octal 274 364 143 27 0 73 4 123 127 103
Binary 10111100 11110100 1100011 10111 0 111011 100 1010011 1010111 1000011

Color Harmonies of #BCF463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF463

Black with #BCF463

Text Example


Text Example

White with #BCF463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF463; }

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

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

background-color css

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

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

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

border-color css

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

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

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