Html Css Color HEX #BCF447 Conifer

📋 copy color: '#BCF447'

red 188 ◦ green 244 ◦ blue 71

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

Shades of Conifer #BCF447

Tints of Conifer #BCF447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.12%

R = 37.38%
G = 48.51%
B = 14.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BCF447 (or 0xBCF447) is known color: Conifer. HEX triplet: BC, F4 and 47. RGB value is (188,244,71). Sum of RGB (Red+Green+Blue) = 188+244+71=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF447 is #430BB8. Grayscale: #D0D0D0. Windows color (decimal): -4393913 or 4715708. OLE color: 4715708.

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

Color convert

RGB 188 244 71 -
CMYK 0.23 0 0.71 0.04
HSL 79.42º 0.89% 0.62% -
HSV(B) 79.42º 0.71% 0.96% -
XYZ 54.23 75.85 17.74 -
YUV 207.53 50.95 114.07 -
System Red Green Blue C M Y K H S L
Decimal 188 244 71 0.23 0 0.71 0.04 79.42 0.89 0.62
Hex BC F4 47 17 0 47 4 4F 59 3E
Octal 274 364 107 27 0 107 4 117 131 76
Binary 10111100 11110100 1000111 10111 0 1000111 100 1001111 1011001 111110

Color Harmonies of #BCF447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF447

Black with #BCF447

Text Example


Text Example

White with #BCF447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF447; }

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

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

background-color css

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

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

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

border-color css

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

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

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