Html Css Color HEX #BCF945 Green Yellow

📋 copy color: '#BCF945'

red 188 ◦ green 249 ◦ blue 69

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

Shades of Green Yellow #BCF945

Tints of Green Yellow #BCF945

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.21%

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

R = 37.15%
G = 49.21%
B = 13.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#BCF945 (or 0xBCF945) is known color: Green Yellow. HEX triplet: BC, F9 and 45. RGB value is (188,249,69). Sum of RGB (Red+Green+Blue) = 188+249+69=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF945 is #4306BA. Grayscale: #D2D2D2. Windows color (decimal): -4392635 or 4585916. OLE color: 4585916.

HSL color Cylindrical-coordinate representation of color #BCF945: hue angle of 80.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCF945 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 69 -
CMYK 0.24 0 0.72 0.02
HSL 80.33º 0.94% 0.62% -
HSV(B) 80.33º 0.72% 0.98% -
XYZ 55.69 78.87 17.92 -
YUV 210.24 48.29 112.14 -
System Red Green Blue C M Y K H S L
Decimal 188 249 69 0.24 0 0.72 0.02 80.33 0.94 0.62
Hex BC F9 45 18 0 48 2 50 5E 3E
Octal 274 371 105 30 0 110 2 120 136 76
Binary 10111100 11111001 1000101 11000 0 1001000 10 1010000 1011110 111110

Color Harmonies of #BCF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF945

Black with #BCF945

Text Example


Text Example

White with #BCF945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF945; }

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

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

background-color css

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

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

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

border-color css

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

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

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