Html Css Color HEX #BCF32B Green Yellow

📋 copy color: '#BCF32B'

red 188 ◦ green 243 ◦ blue 43

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

Shades of Green Yellow #BCF32B

Tints of Green Yellow #BCF32B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.27%

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

R = 39.66%
G = 51.27%
B = 9.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#BCF32B (or 0xBCF32B) is known color: Green Yellow. HEX triplet: BC, F3 and 2B. RGB value is (188,243,43). Sum of RGB (Red+Green+Blue) = 188+243+43=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF32B is #430CD4. Grayscale: #CCCCCC. Windows color (decimal): -4394197 or 2880444. OLE color: 2880444.

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

Color convert

RGB 188 243 43 -
CMYK 0.23 0 0.82 0.05
HSL 76.5º 0.89% 0.56% -
HSV(B) 76.5º 0.82% 0.95% -
XYZ 53.23 74.97 13.95 -
YUV 203.76 37.28 116.76 -
System Red Green Blue C M Y K H S L
Decimal 188 243 43 0.23 0 0.82 0.05 76.5 0.89 0.56
Hex BC F3 2B 17 0 52 5 4C 59 38
Octal 274 363 53 27 0 122 5 114 131 70
Binary 10111100 11110011 101011 10111 0 1010010 101 1001100 1011001 111000

Color Harmonies of #BCF32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF32B

Black with #BCF32B

Text Example


Text Example

White with #BCF32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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