Html Css Color HEX #BCF33A Green Yellow

📋 copy color: '#BCF33A'

red 188 ◦ green 243 ◦ blue 58

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

Shades of Green Yellow #BCF33A

Tints of Green Yellow #BCF33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 38.45%
G = 49.69%
B = 11.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#BCF33A (or 0xBCF33A) is known color: Green Yellow. HEX triplet: BC, F3 and 3A. RGB value is (188,243,58). Sum of RGB (Red+Green+Blue) = 188+243+58=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF33A is #430CC5. Grayscale: #CECECE. Windows color (decimal): -4394182 or 3863484. OLE color: 3863484.

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

Color convert

RGB 188 243 58 -
CMYK 0.23 0 0.76 0.05
HSL 77.84º 0.89% 0.59% -
HSV(B) 77.84º 0.76% 0.95% -
XYZ 53.55 75.1 15.68 -
YUV 205.47 44.78 115.54 -
System Red Green Blue C M Y K H S L
Decimal 188 243 58 0.23 0 0.76 0.05 77.84 0.89 0.59
Hex BC F3 3A 17 0 4C 5 4E 59 3B
Octal 274 363 72 27 0 114 5 116 131 73
Binary 10111100 11110011 111010 10111 0 1001100 101 1001110 1011001 111011

Color Harmonies of #BCF33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF33A

Black with #BCF33A

Text Example


Text Example

White with #BCF33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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