Html Css Color HEX #BCF338 Green Yellow

📋 copy color: '#BCF338'

red 188 ◦ green 243 ◦ blue 56

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

Shades of Green Yellow #BCF338

Tints of Green Yellow #BCF338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 38.6%
G = 49.9%
B = 11.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#BCF338 (or 0xBCF338) is known color: Green Yellow. HEX triplet: BC, F3 and 38. RGB value is (188,243,56). Sum of RGB (Red+Green+Blue) = 188+243+56=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF338 is #430CC7. Grayscale: #CDCDCD. Windows color (decimal): -4394184 or 3732412. OLE color: 3732412.

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

Color convert

RGB 188 243 56 -
CMYK 0.23 0 0.77 0.05
HSL 77.65º 0.89% 0.59% -
HSV(B) 77.65º 0.77% 0.95% -
XYZ 53.5 75.08 15.41 -
YUV 205.24 43.78 115.71 -
System Red Green Blue C M Y K H S L
Decimal 188 243 56 0.23 0 0.77 0.05 77.65 0.89 0.59
Hex BC F3 38 17 0 4D 5 4E 59 3B
Octal 274 363 70 27 0 115 5 116 131 73
Binary 10111100 11110011 111000 10111 0 1001101 101 1001110 1011001 111011

Color Harmonies of #BCF338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF338

Black with #BCF338

Text Example


Text Example

White with #BCF338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF338; }

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

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

background-color css

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

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

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

border-color css

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

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

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