Html Css Color HEX #BCF542 Green Yellow

📋 copy color: '#BCF542'

red 188 ◦ green 245 ◦ blue 66

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

Shades of Green Yellow #BCF542

Tints of Green Yellow #BCF542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.23%

R = 37.68%
G = 49.1%
B = 13.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#BCF542 (or 0xBCF542) is known color: Green Yellow. HEX triplet: BC, F5 and 42. RGB value is (188,245,66). Sum of RGB (Red+Green+Blue) = 188+245+66=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF542 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF542 is #430ABD. Grayscale: #D0D0D0. Windows color (decimal): -4393662 or 4388284. OLE color: 4388284.

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

Color convert

RGB 188 245 66 -
CMYK 0.23 0 0.73 0.04
HSL 79.11º 0.9% 0.61% -
HSV(B) 79.11º 0.73% 0.96% -
XYZ 54.37 76.39 17.03 -
YUV 207.55 48.12 114.05 -
System Red Green Blue C M Y K H S L
Decimal 188 245 66 0.23 0 0.73 0.04 79.11 0.9 0.61
Hex BC F5 42 17 0 49 4 4F 5A 3D
Octal 274 365 102 27 0 111 4 117 132 75
Binary 10111100 11110101 1000010 10111 0 1001001 100 1001111 1011010 111101

Color Harmonies of #BCF542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF542

Black with #BCF542

Text Example


Text Example

White with #BCF542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF542; }

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

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

background-color css

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

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

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

border-color css

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

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

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