Html Css Color HEX #BCF23A Green Yellow

📋 copy color: '#BCF23A'

red 188 ◦ green 242 ◦ blue 58

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

Shades of Green Yellow #BCF23A

Tints of Green Yellow #BCF23A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

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

R = 38.52%
G = 49.59%
B = 11.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#BCF23A (or 0xBCF23A) is known color: Green Yellow. HEX triplet: BC, F2 and 3A. RGB value is (188,242,58). Sum of RGB (Red+Green+Blue) = 188+242+58=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF23A is #430DC5. Grayscale: #CDCDCD. Windows color (decimal): -4394438 or 3863228. OLE color: 3863228.

HSL color Cylindrical-coordinate representation of color #BCF23A: hue angle of 77.61º degrees, saturation: 0.88, 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 #BCF23A is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 58 -
CMYK 0.22 0 0.76 0.05
HSL 77.61º 0.88% 0.59% -
HSV(B) 77.61º 0.76% 0.95% -
XYZ 53.25 74.5 15.58 -
YUV 204.88 45.11 115.96 -
System Red Green Blue C M Y K H S L
Decimal 188 242 58 0.22 0 0.76 0.05 77.61 0.88 0.59
Hex BC F2 3A 16 0 4C 5 4E 58 3B
Octal 274 362 72 26 0 114 5 116 130 73
Binary 10111100 11110010 111010 10110 0 1001100 101 1001110 1011000 111011

Color Harmonies of #BCF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF23A

Black with #BCF23A

Text Example


Text Example

White with #BCF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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