Html Css Color HEX #BCF52B Green Yellow

📋 copy color: '#BCF52B'

red 188 ◦ green 245 ◦ blue 43

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

Shades of Green Yellow #BCF52B

Tints of Green Yellow #BCF52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.03%

R = 39.5%
G = 51.47%
B = 9.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#BCF52B (or 0xBCF52B) is known color: Green Yellow. HEX triplet: BC, F5 and 2B. RGB value is (188,245,43). Sum of RGB (Red+Green+Blue) = 188+245+43=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF52B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF52B is #430AD4. Grayscale: #CDCDCD. Windows color (decimal): -4393685 or 2880956. OLE color: 2880956.

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

Color convert

RGB 188 245 43 -
CMYK 0.23 0 0.82 0.04
HSL 76.93º 0.91% 0.56% -
HSV(B) 76.93º 0.82% 0.96% -
XYZ 53.83 76.17 14.15 -
YUV 204.93 36.62 115.93 -
System Red Green Blue C M Y K H S L
Decimal 188 245 43 0.23 0 0.82 0.04 76.93 0.91 0.56
Hex BC F5 2B 17 0 52 4 4D 5B 38
Octal 274 365 53 27 0 122 4 115 133 70
Binary 10111100 11110101 101011 10111 0 1010010 100 1001101 1011011 111000

Color Harmonies of #BCF52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF52B

Black with #BCF52B

Text Example


Text Example

White with #BCF52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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