Html Css Color HEX #BCF045 Conifer

📋 copy color: '#BCF045'

red 188 ◦ green 240 ◦ blue 69

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

Shades of Conifer #BCF045

Tints of Conifer #BCF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 37.83%
G = 48.29%
B = 13.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#BCF045 (or 0xBCF045) is known color: Conifer. HEX triplet: BC, F0 and 45. RGB value is (188,240,69). Sum of RGB (Red+Green+Blue) = 188+240+69=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF045 is #430FBA. Grayscale: #CDCDCD. Windows color (decimal): -4394939 or 4583612. OLE color: 4583612.

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

Color convert

RGB 188 240 69 -
CMYK 0.22 0 0.71 0.06
HSL 78.25º 0.85% 0.61% -
HSV(B) 78.25º 0.71% 0.94% -
XYZ 52.97 73.44 17.01 -
YUV 204.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 188 240 69 0.22 0 0.71 0.06 78.25 0.85 0.61
Hex BC F0 45 16 0 47 6 4E 55 3D
Octal 274 360 105 26 0 107 6 116 125 75
Binary 10111100 11110000 1000101 10110 0 1000111 110 1001110 1010101 111101

Color Harmonies of #BCF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF045

Black with #BCF045

Text Example


Text Example

White with #BCF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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