Html Css Color HEX #BCF043 Conifer

📋 copy color: '#BCF043'

red 188 ◦ green 240 ◦ blue 67

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

Shades of Conifer #BCF043

Tints of Conifer #BCF043

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 67 (26.56% from 255) = 13.54%

R = 37.98%
G = 48.48%
B = 13.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#BCF043 (or 0xBCF043) is known color: Conifer. HEX triplet: BC, F0 and 43. RGB value is (188,240,67). Sum of RGB (Red+Green+Blue) = 188+240+67=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF043 is #430FBC. Grayscale: #CDCDCD. Windows color (decimal): -4394941 or 4452540. OLE color: 4452540.

HSL color Cylindrical-coordinate representation of color #BCF043: hue angle of 78.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF043 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 67 -
CMYK 0.22 0 0.72 0.06
HSL 78.03º 0.85% 0.6% -
HSV(B) 78.03º 0.72% 0.94% -
XYZ 52.91 73.42 16.69 -
YUV 204.73 50.27 116.07 -
System Red Green Blue C M Y K H S L
Decimal 188 240 67 0.22 0 0.72 0.06 78.03 0.85 0.6
Hex BC F0 43 16 0 48 6 4E 55 3C
Octal 274 360 103 26 0 110 6 116 125 74
Binary 10111100 11110000 1000011 10110 0 1001000 110 1001110 1010101 111100

Color Harmonies of #BCF043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF043

Black with #BCF043

Text Example


Text Example

White with #BCF043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF043; }

 p { color: rgb(188,240,67); }

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

background-color css

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

 a { background-color: rgb(188,240,67); }

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

border-color css

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

 span { border-color: rgb(188,240,67); }

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