Html Css Color HEX #BCF535 Green Yellow

📋 copy color: '#BCF535'

red 188 ◦ green 245 ◦ blue 53

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

Shades of Green Yellow #BCF535

Tints of Green Yellow #BCF535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 38.68%
G = 50.41%
B = 10.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#BCF535 (or 0xBCF535) is known color: Green Yellow. HEX triplet: BC, F5 and 35. RGB value is (188,245,53). Sum of RGB (Red+Green+Blue) = 188+245+53=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF535 is #430ACA. Grayscale: #CECECE. Windows color (decimal): -4393675 or 3536316. OLE color: 3536316.

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

Color convert

RGB 188 245 53 -
CMYK 0.23 0 0.78 0.04
HSL 77.81º 0.91% 0.58% -
HSV(B) 77.81º 0.78% 0.96% -
XYZ 54.03 76.25 15.24 -
YUV 206.07 41.62 115.11 -
System Red Green Blue C M Y K H S L
Decimal 188 245 53 0.23 0 0.78 0.04 77.81 0.91 0.58
Hex BC F5 35 17 0 4E 4 4E 5B 3A
Octal 274 365 65 27 0 116 4 116 133 72
Binary 10111100 11110101 110101 10111 0 1001110 100 1001110 1011011 111010

Color Harmonies of #BCF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF535

Black with #BCF535

Text Example


Text Example

White with #BCF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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