Html Css Color HEX #BCF534 Green Yellow

📋 copy color: '#BCF534'

red 188 ◦ green 245 ◦ blue 52

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

Shades of Green Yellow #BCF534

Tints of Green Yellow #BCF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.72%

R = 38.76%
G = 50.52%
B = 10.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#BCF534 (or 0xBCF534) is known color: Green Yellow. HEX triplet: BC, F5 and 34. RGB value is (188,245,52). Sum of RGB (Red+Green+Blue) = 188+245+52=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF534 is #430ACB. Grayscale: #CECECE. Windows color (decimal): -4393676 or 3470780. OLE color: 3470780.

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

Color convert

RGB 188 245 52 -
CMYK 0.23 0 0.79 0.04
HSL 77.72º 0.91% 0.58% -
HSV(B) 77.72º 0.79% 0.96% -
XYZ 54.01 76.24 15.12 -
YUV 205.96 41.12 115.19 -
System Red Green Blue C M Y K H S L
Decimal 188 245 52 0.23 0 0.79 0.04 77.72 0.91 0.58
Hex BC F5 34 17 0 4F 4 4E 5B 3A
Octal 274 365 64 27 0 117 4 116 133 72
Binary 10111100 11110101 110100 10111 0 1001111 100 1001110 1011011 111010

Color Harmonies of #BCF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF534

Black with #BCF534

Text Example


Text Example

White with #BCF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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