Html Css Color HEX #BCF541 Green Yellow

📋 copy color: '#BCF541'

red 188 ◦ green 245 ◦ blue 65

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

Shades of Green Yellow #BCF541

Tints of Green Yellow #BCF541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 37.75%
G = 49.2%
B = 13.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#BCF541 (or 0xBCF541) is known color: Green Yellow. HEX triplet: BC, F5 and 41. RGB value is (188,245,65). Sum of RGB (Red+Green+Blue) = 188+245+65=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF541 is #430ABE. Grayscale: #D0D0D0. Windows color (decimal): -4393663 or 4322748. OLE color: 4322748.

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

Color convert

RGB 188 245 65 -
CMYK 0.23 0 0.73 0.04
HSL 79º 0.9% 0.61% -
HSV(B) 79º 0.73% 0.96% -
XYZ 54.35 76.38 16.88 -
YUV 207.44 47.62 114.14 -
System Red Green Blue C M Y K H S L
Decimal 188 245 65 0.23 0 0.73 0.04 79 0.9 0.61
Hex BC F5 41 17 0 49 4 4F 5A 3D
Octal 274 365 101 27 0 111 4 117 132 75
Binary 10111100 11110101 1000001 10111 0 1001001 100 1001111 1011010 111101

Color Harmonies of #BCF541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF541

Black with #BCF541

Text Example


Text Example

White with #BCF541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF541; }

 p { color: rgb(188,245,65); }

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

background-color css

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

 a { background-color: rgb(188,245,65); }

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

border-color css

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

 span { border-color: rgb(188,245,65); }

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