Html Css Color HEX #BCF143 Conifer

📋 copy color: '#BCF143'

red 188 ◦ green 241 ◦ blue 67

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

Shades of Conifer #BCF143

Tints of Conifer #BCF143

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.59%

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

R = 37.9%
G = 48.59%
B = 13.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#BCF143 (or 0xBCF143) is known color: Conifer. HEX triplet: BC, F1 and 43. RGB value is (188,241,67). Sum of RGB (Red+Green+Blue) = 188+241+67=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF143 is #430EBC. Grayscale: #CDCDCD. Windows color (decimal): -4394685 or 4452796. OLE color: 4452796.

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

Color convert

RGB 188 241 67 -
CMYK 0.22 0 0.72 0.05
HSL 78.28º 0.86% 0.6% -
HSV(B) 78.28º 0.72% 0.95% -
XYZ 53.21 74.01 16.79 -
YUV 205.32 49.94 115.65 -
System Red Green Blue C M Y K H S L
Decimal 188 241 67 0.22 0 0.72 0.05 78.28 0.86 0.6
Hex BC F1 43 16 0 48 5 4E 56 3C
Octal 274 361 103 26 0 110 5 116 126 74
Binary 10111100 11110001 1000011 10110 0 1001000 101 1001110 1010110 111100

Color Harmonies of #BCF143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF143

Black with #BCF143

Text Example


Text Example

White with #BCF143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF143; }

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

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

background-color css

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

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

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

border-color css

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

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

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